X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-types.js;h=402aa305b54e163261a7dfc932aa9b0abf3ba5c1;hb=90d7d101196cf9702ccc1d220dd33cca67a427b0;hp=913803437597b46556f26e5dae46159b16dc7627;hpb=2d2e32c20d55c1b81771659fd81004bd7ca34b73;p=poolifier.git diff --git a/tests/test-types.js b/tests/test-types.js index 91380343..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 }