X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fworker%2Fthread-worker.test.mjs;h=77bb6c08937dd2937bb069e702be43d526865585;hb=d35e571704515a8b729d3455e4784054f07c368f;hp=81b096f2b8b308812089cdebfb234e15954199ba;hpb=5eb72b9e26eaffb43c67147fbc6b4d2b1b959d62;p=poolifier.git diff --git a/tests/worker/thread-worker.test.mjs b/tests/worker/thread-worker.test.mjs index 81b096f2..77bb6c08 100644 --- a/tests/worker/thread-worker.test.mjs +++ b/tests/worker/thread-worker.test.mjs @@ -1,7 +1,7 @@ import { expect } from 'expect' import { restore, stub } from 'sinon' -import { ThreadWorker } from '../../lib/index.js' -import { DEFAULT_TASK_NAME } from '../../lib/utils.js' +import { ThreadWorker } from '../../lib/index.cjs' +import { DEFAULT_TASK_NAME } from '../../lib/utils.cjs' describe('Thread worker test suite', () => { afterEach(() => {