X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-types.js;h=402aa305b54e163261a7dfc932aa9b0abf3ba5c1;hb=6ff68506534dde3c585fd6a6abb299744f7002ca;hp=012403107012246660e7ebe04af5b463c584d70d;hpb=6db75ad932064c1415ff6f03645929530209a5fe;p=poolifier.git diff --git a/tests/test-types.js b/tests/test-types.js index 01240310..402aa305 100644 --- a/tests/test-types.js +++ b/tests/test-types.js @@ -1,7 +1,7 @@ -const WorkerFunctions = { +const TaskFunctions = { jsonIntegerSerialization: 'jsonIntegerSerialization', fibonacci: 'fibonacci', factorial: 'factorial' } -module.exports = WorkerFunctions +module.exports = { TaskFunctions }