mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
Fix test runner
This commit is contained in:
parent
4d2c075c07
commit
f8400279f8
|
@ -128,7 +128,7 @@ async function walkDir(path, name, suite) {
|
||||||
case "js":
|
case "js":
|
||||||
suite.testCases.push(new TestCase(
|
suite.testCases.push(new TestCase(
|
||||||
"js", name + " " + profileName,
|
"js", name + " " + profileName,
|
||||||
[SERVER_PREFIX + path + "/" + RUNTIME_FILE_NAME, SERVER_PREFIX + path + "/" + fileName]));
|
[SERVER_PREFIX + path + "/" + fileName]));
|
||||||
break;
|
break;
|
||||||
case "wasm":
|
case "wasm":
|
||||||
suite.testCases.push(new TestCase(
|
suite.testCases.push(new TestCase(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user