reactivate node tests

This commit is contained in:
Volker Berlin 2020-09-20 11:05:30 +02:00
parent de55f414b0
commit 40ec79238b
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ public class Node {
private static final String BASE_URL = "https://nodejs.org/download/v8-canary/";
private static final String REVISION = "15.0.0-v8-canary202006192e28363093";
private static final String REVISION = "15.0.0-v8-canary20200919991ed8df63";
/**
* Check if there is a new version of the script engine

View File

@ -46,10 +46,10 @@ public enum ScriptEngine {
public static ScriptEngine[] testEngines() {
ScriptEngine[] val = { //
SpiderMonkey, //
//NodeJS, //
//NodeWat, //
NodeJS, //
NodeWat, //
SpiderMonkeyWat,//
//Wat2Wasm, //
Wat2Wasm, //
};
return val;
}