From 80f257e4ad064104fbb6ff10f9c05245bcefad82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sun, 20 Sep 2020 14:07:30 +0200 Subject: [PATCH] :mag: test(whole): Fix compare import. --- test/src/whole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/whole.js b/test/src/whole.js index 95c3074..fda6953 100644 --- a/test/src/whole.js +++ b/test/src/whole.js @@ -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" ;