X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-utils.cjs;fp=tests%2Ftest-utils.js;h=6dba586641d3b1906caee80c96f38e364b3e9497;hb=d35e571704515a8b729d3455e4784054f07c368f;hp=ef759824ce7e9b4d0294d84f2fa6dff02aba493a;hpb=7b7d96315331635fa3c8a12b03b6893fe91bf8ec;p=poolifier.git diff --git a/tests/test-utils.js b/tests/test-utils.cjs similarity index 98% rename from tests/test-utils.js rename to tests/test-utils.cjs index ef759824..6dba5866 100644 --- a/tests/test-utils.js +++ b/tests/test-utils.cjs @@ -1,4 +1,4 @@ -const { TaskFunctions } = require('./test-types.js') +const { TaskFunctions } = require('./test-types.cjs') const waitWorkerEvents = async (pool, workerEvent, numberOfEventsToWait) => { return await new Promise(resolve => {