X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FtestMultipleTaskFunctionsWorker.js;h=0777cecb011019367c412359bc2ec766066b6a63;hb=eb22e77f9e241c73a586994e95942465d4350cc5;hp=aecd5bbf9afcac9c0bb85c586205361323afc0a8;hpb=fef029a52aacd3063ba882834ce58527600009ca;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( {