diff --git a/js/tests/test.mjs b/js/tests/test.mjs index 2c37969ad..c41770fab 100644 --- a/js/tests/test.mjs +++ b/js/tests/test.mjs @@ -130,10 +130,10 @@ ${provided ? '// Provided setup' : ''} ${provided.trim()} // Your code -${solution.code.trim()} +${solution.code.trim()}; // The tests -${tests.trim()}`.trim() +${tests.trim()};`.trim() try { eval(fullCode)