X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-utils.js;h=3963adecdba419b1d9d09437b08312ed02f631f9;hb=41c732473008a79577c0920484dc17b968966bc7;hp=4478d29015ede00b981e8e66262204e2dc686a04;hpb=cde5b54ed8ffa2a288b697c3ab921a6cf7231694;p=poolifier.git diff --git a/tests/test-utils.js b/tests/test-utils.js index 4478d290..3963adec 100644 --- a/tests/test-utils.js +++ b/tests/test-utils.js @@ -1,4 +1,4 @@ -const { TaskFunctions } = require('./test-types') +const { TaskFunctions } = require('./test-types.js') const waitWorkerEvents = async (pool, workerEvent, numberOfEventsToWait) => { return await new Promise(resolve => {