Skip to content

Commit 89f32f1

Browse files
fix tests
1 parent 45b8a8e commit 89f32f1

File tree

5 files changed

+118
-1
lines changed

5 files changed

+118
-1
lines changed

lib/index.js

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/mock.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/test.js

Lines changed: 68 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export * from './mock' ;
2+
export * from './test' ;

src/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sort from "aureooms-js-sort" ;
33
import array from "aureooms-js-array" ;
44
import random from "aureooms-js-random" ;
55
import compare from "aureooms-js-compare" ;
6-
import itertools from "aureooms-js-itertools" ;
6+
import * as itertools from "aureooms-js-itertools" ;
77
import functools from "aureooms-js-functools" ;
88

99
function check ( _test , sortname , method , ctor , n , comparename , compare ) {

0 commit comments

Comments
 (0)