X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker%2Fcluster-worker.test.mjs;h=3392d96cd1502ccdd90fd1f72a21381570d4976e;hb=b1d4f434444dd51c9006ab9b515d717c3d7f27a8;hp=33ddf374099ceeaea63acddd095531ae266d6667;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/tests/worker/cluster-worker.test.mjs b/tests/worker/cluster-worker.test.mjs index 33ddf374..3392d96c 100644 --- a/tests/worker/cluster-worker.test.mjs +++ b/tests/worker/cluster-worker.test.mjs @@ -1,5 +1,6 @@ import { expect } from 'expect' import { restore, stub } from 'sinon' + import { ClusterWorker } from '../../lib/index.cjs' import { DEFAULT_TASK_NAME } from '../../lib/utils.cjs'