X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FemptyWorker.js;h=01d1cf09812e4baf8584e5fc41f9920b7d1db2a0;hb=56bbcb6b9cfbc6f0ec8f3dbe49873bdc92dd3b8f;hp=a0c94085897af10321a34427c076d4f7cdad01e5;hpb=fe2f6f840b801361c0f8a7ec090dc18b6b322cb0;p=poolifier.git diff --git a/tests/worker-files/cluster/emptyWorker.js b/tests/worker-files/cluster/emptyWorker.js index a0c94085..01d1cf09 100644 --- a/tests/worker-files/cluster/emptyWorker.js +++ b/tests/worker-files/cluster/emptyWorker.js @@ -1,5 +1,5 @@ 'use strict' -const { ClusterWorker, KillBehaviors } = require('../../../lib/index') +const { ClusterWorker, KillBehaviors } = require('../../../lib') function test () {}