X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-types.js;h=913803437597b46556f26e5dae46159b16dc7627;hb=2d2e32c20d55c1b81771659fd81004bd7ca34b73;hp=012403107012246660e7ebe04af5b463c584d70d;hpb=3f7eb773a2c8775fa263b696b6a611e484e437a8;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 }