Skip to content

Commit

Permalink
🔍 test(whole): Fix compare import.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Sep 20, 2020
1 parent 6eb9dc6 commit 80f257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/whole.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import test from 'ava' ;
import { iota , swap } from "@aureooms/js-array" ;
import search from "@aureooms/js-search" ;
import { shuffle } from "@aureooms/js-random" ;
import compare from "@aureooms/js-compare" ;
import * as compare from "@aureooms/js-compare" ;
import * as itertools from "@aureooms/js-itertools" ;
import functools from "@aureooms/js-functools" ;

Expand Down

0 comments on commit 80f257e

Please sign in to comment.