X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FasyncErrorWorker.js;h=f358fc3ea409ddb987efa05a1ab38ee245afc4df;hb=6f6222f96758d59647d5666e22cd3ebd19c94e9c;hp=468a0ff92ce8dbedfa925eef3ed30b2d44a1e1d3;hpb=cca3bb1a52271e1b74e3929524faf61521e5c888;p=poolifier.git diff --git a/tests/worker-files/cluster/asyncErrorWorker.js b/tests/worker-files/cluster/asyncErrorWorker.js index 468a0ff9..f358fc3e 100644 --- a/tests/worker-files/cluster/asyncErrorWorker.js +++ b/tests/worker-files/cluster/asyncErrorWorker.js @@ -1,6 +1,6 @@ 'use strict' const { ClusterWorker, KillBehaviors } = require('../../../lib') -const { sleepTaskFunction } = require('../../test-utils') +const { sleepTaskFunction } = require('../../test-utils.js') async function error (data) { return sleepTaskFunction(