X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-utils.js;h=78218e2668c34bbfef44e680e1e9676eccf7b7cd;hb=2d2e32c20d55c1b81771659fd81004bd7ca34b73;hp=31a33c627eec12c671872e3e2acf8c89d6bfe34c;hpb=6db75ad932064c1415ff6f03645929530209a5fe;p=poolifier.git diff --git a/tests/test-utils.js b/tests/test-utils.js index 31a33c62..78218e26 100644 --- a/tests/test-utils.js +++ b/tests/test-utils.js @@ -1,4 +1,4 @@ -const WorkerFunctions = require('./test-types') +const { WorkerFunctions } = require('./test-types') class TestUtils { static async waitExits (pool, numberOfExitEventsToWait) {