X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Ftest-types.cjs;h=707bb160efc40357561ecb54d5087abb7523a42b;hb=5993cfc5a031fd2d64f644505db125bc1d28b05b;hp=402aa305b54e163261a7dfc932aa9b0abf3ba5c1;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/tests/test-types.cjs b/tests/test-types.cjs index 402aa305..707bb160 100644 --- a/tests/test-types.cjs +++ b/tests/test-types.cjs @@ -1,7 +1,7 @@ const TaskFunctions = { jsonIntegerSerialization: 'jsonIntegerSerialization', fibonacci: 'fibonacci', - factorial: 'factorial' + factorial: 'factorial', } module.exports = { TaskFunctions }