Commit 2229ecba408cfd0e6ff15bcdbdce4e5324729188
updated test flags
wanderer committed on 11/22/2016, 2:06:19 AMParent: 5548f3620a5008e9db6bdfac769a29fd4616c5f4
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 | "version": "0.0.0", |
4 | 4 | "description": "This is a JS prototype of the eWASM kernal.", |
5 | 5 | "scripts": { |
6 | 6 | "lint": "standard", |
7 | - "test": "node --expose-wasm ./tests/interfaceRunner.js" | |
7 | + "test": "node --harmony --expose-wasm ./tests/interfaceRunner.js", | |
8 | 8 | "build": "node ./tests/buildTests.js" |
9 | 9 | }, |
10 | 10 | "repository": { |
11 | 11 | "type": "git", |
Built with git-ssb-web