Skip to content

Commit

Permalink
Disable 2 tests on Node 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
loganfsmyth committed Apr 26, 2018
1 parent ae43e06 commit 753c2af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
@@ -1,4 +1,5 @@
{
"minNodeVersion": "4.0.0",
"args": ["--expose-gc-as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"],
"stdout": "function"
}
@@ -1,4 +1,5 @@
{
"minNodeVersion": "4.0.0",
"args": ["--expose_gc_as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"],
"stdout": "function"
}

0 comments on commit 753c2af

Please sign in to comment.