From f8400279f89740156645a8010f72a544adfa8386 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Sun, 28 Oct 2018 00:22:24 +0300 Subject: [PATCH] Fix test runner --- tests/src/test/js/src/run-tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/test/js/src/run-tests.js b/tests/src/test/js/src/run-tests.js index 1173a7b7d..6ed1798e2 100644 --- a/tests/src/test/js/src/run-tests.js +++ b/tests/src/test/js/src/run-tests.js @@ -128,7 +128,7 @@ async function walkDir(path, name, suite) { case "js": suite.testCases.push(new TestCase( "js", name + " " + profileName, - [SERVER_PREFIX + path + "/" + RUNTIME_FILE_NAME, SERVER_PREFIX + path + "/" + fileName])); + [SERVER_PREFIX + path + "/" + fileName])); break; case "wasm": suite.testCases.push(new TestCase(