Skip to content

Commit

Permalink
Run recycle tests in Node V8
Browse files Browse the repository at this point in the history
Closes #726
  • Loading branch information
Manuel Mujica committed Jun 12, 2017
1 parent 808fdd6 commit 04a44d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -23,7 +23,6 @@
"multimatch": "^2.1.0",
"pdenodeify": "^0.1.0",
"pump": "^1.0.2",
"semver": "^5.3.0",
"steal": "^1.4.2",
"steal-bundler": "^0.3.0",
"steal-parse-amd": "^1.0.0",
Expand Down
5 changes: 1 addition & 4 deletions test/test.js
@@ -1,9 +1,6 @@
var semver = require("semver");

// mock-fs 4.3 does not work on Node 8
if (semver.lt(process.version, "8.0.0")) {
require("./recycle_test");
}
require("./recycle_test");

// Unit tests
require("./clean_address_test");
Expand Down

0 comments on commit 04a44d8

Please sign in to comment.