File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
import ava from 'ava' ;
2
2
3
- import { swap } from "aureooms- js-array" ;
4
- import { binarysearch } from "aureooms- js-search" ;
5
- import * as spec from "aureooms- js-in-situ-sort-spec" ;
3
+ import { swap } from "@ aureooms/ js-array" ;
4
+ import { binarysearch } from "@ aureooms/ js-search" ;
5
+ import * as spec from "@ aureooms/ js-in-situ-sort-spec" ;
6
6
import * as sort from "../../src" ;
7
7
8
8
spec . test ( ava , [
Original file line number Diff line number Diff line change 1
1
import test from 'ava' ;
2
2
3
- import { increasing , decreasing } from "aureooms- js-compare" ;
3
+ import { increasing , decreasing } from "@ aureooms/ js-compare" ;
4
4
5
5
import { issorted } from '../../src' ;
6
6
Original file line number Diff line number Diff line change 1
1
import test from 'ava' ;
2
2
3
- import array from "aureooms- js-array" ;
4
- import search from "aureooms- js-search" ;
5
- import random from "aureooms- js-random" ;
6
- import compare from "aureooms- js-compare" ;
7
- import * as itertools from "aureooms- js-itertools" ;
8
- import functools from "aureooms- js-functools" ;
3
+ import array from "@ aureooms/ js-array" ;
4
+ import search from "@ aureooms/ js-search" ;
5
+ import random from "@ aureooms/ js-random" ;
6
+ import compare from "@ aureooms/ js-compare" ;
7
+ import * as itertools from "@ aureooms/ js-itertools" ;
8
+ import functools from "@ aureooms/ js-functools" ;
9
9
10
10
import * as sort from '../../src' ;
11
11
You can’t perform that action at this time.
0 commit comments