X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-utils.js;h=ba5e652d0abeb8ccb2f5d39af7336a54ed02c667;hb=refs%2Ftags%2Fv2.6.9;hp=0014a7911cf587e876aa817f43155c4de00ffb51;hpb=bac873bd6581e5d5c0884bc520e9ec3c446509e6;p=poolifier.git diff --git a/tests/test-utils.js b/tests/test-utils.js index 0014a791..ba5e652d 100644 --- a/tests/test-utils.js +++ b/tests/test-utils.js @@ -117,6 +117,6 @@ module.exports = { jsonIntegerSerialization, sleep, sleepWorkerFunction, - waitWorkerEvents, - waitPoolEvents + waitPoolEvents, + waitWorkerEvents }