make expect_stdout node version specific (#1963)

... via semver string on `node_version` label.
This commit is contained in:
Alex Lam S.L
2017-05-18 11:28:35 +08:00
committed by GitHub
parent 6ed90913ca
commit efcf167e5e
4 changed files with 28 additions and 5 deletions

View File

@@ -34,7 +34,8 @@
},
"devDependencies": {
"acorn": "~5.0.3",
"mocha": "~2.3.4"
"mocha": "~2.3.4",
"semver": "~5.3.0"
},
"scripts": {
"test": "node test/run-tests.js"