[JS TESTS] Rewrite js tests using new test infrastructure

This commit is contained in:
Ivan Kylchik
2021-08-28 15:51:42 +03:00
parent 4deab9693e
commit a2d2ace71a
51 changed files with 17973 additions and 11986 deletions
+1 -1
View File
@@ -60,4 +60,4 @@ allFiles.forEach(function(path) {
});
// TODO: Support multimodule tests
console.log(vm.runInContext("JS_TESTS.box()", sandbox));
console.log(vm.runInContext("main.box()", sandbox));