X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-types.js;h=913803437597b46556f26e5dae46159b16dc7627;hb=2c039e4373e86714cdf27e77440b12ee8eb2e4db;hp=012403107012246660e7ebe04af5b463c584d70d;hpb=6db75ad932064c1415ff6f03645929530209a5fe;p=poolifier.git diff --git a/tests/test-types.js b/tests/test-types.js index 01240310..91380343 100644 --- a/tests/test-types.js +++ b/tests/test-types.js @@ -4,4 +4,4 @@ const WorkerFunctions = { factorial: 'factorial' } -module.exports = WorkerFunctions +module.exports = { WorkerFunctions }