X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FasyncWorker.js;h=3ec0d9508849627e494139fd0d5b70517abd631c;hb=0bc53e954d6d832092db4ea6ccea8b0f8f071ebe;hp=f07625bd974bc5a6d0cc215547c1326962f2ee2d;hpb=cca3bb1a52271e1b74e3929524faf61521e5c888;p=poolifier.git diff --git a/tests/worker-files/cluster/asyncWorker.js b/tests/worker-files/cluster/asyncWorker.js index f07625bd..3ec0d950 100644 --- a/tests/worker-files/cluster/asyncWorker.js +++ b/tests/worker-files/cluster/asyncWorker.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 sleep (data) { return sleepTaskFunction(data, 2000)