Skip to content

Commit 80f257e

Browse files
committedSep 20, 2020
🔍 test(whole): Fix compare import.
1 parent 6eb9dc6 commit 80f257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/src/whole.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import test from 'ava' ;
33
import { iota , swap } from "@aureooms/js-array" ;
44
import search from "@aureooms/js-search" ;
55
import { shuffle } from "@aureooms/js-random" ;
6-
import compare from "@aureooms/js-compare" ;
6+
import * as compare from "@aureooms/js-compare" ;
77
import * as itertools from "@aureooms/js-itertools" ;
88
import functools from "@aureooms/js-functools" ;
99

0 commit comments

Comments
 (0)
Please sign in to comment.