X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FtestMultipleTaskFunctionsWorker.js;h=0777cecb011019367c412359bc2ec766066b6a63;hb=ae04560e0cdbf750bac433a691bfee1b0f5f54e1;hp=aecd5bbf9afcac9c0bb85c586205361323afc0a8;hpb=563b18cd8fe9c211f15e9da91a299f2819abea01;p=poolifier.git diff --git a/tests/worker-files/cluster/testMultipleTaskFunctionsWorker.js b/tests/worker-files/cluster/testMultipleTaskFunctionsWorker.js index aecd5bbf..0777cecb 100644 --- a/tests/worker-files/cluster/testMultipleTaskFunctionsWorker.js +++ b/tests/worker-files/cluster/testMultipleTaskFunctionsWorker.js @@ -4,7 +4,7 @@ const { jsonIntegerSerialization, factorial, fibonacci -} = require('../../test-utils') +} = require('../../test-utils.js') module.exports = new ClusterWorker( {