diff --git a/packages/babel-cli/test/fixtures/babel-node/v8Flag-dashed-with-param/options.json b/packages/babel-cli/test/fixtures/babel-node/v8Flag-dashed-with-param/options.json index a9cabbc10c64..315d430a661d 100644 --- a/packages/babel-cli/test/fixtures/babel-node/v8Flag-dashed-with-param/options.json +++ b/packages/babel-cli/test/fixtures/babel-node/v8Flag-dashed-with-param/options.json @@ -1,4 +1,5 @@ { + "minNodeVersion": "4.0.0", "args": ["--expose-gc-as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"], "stdout": "function" } diff --git a/packages/babel-cli/test/fixtures/babel-node/v8Flag-underscored-with-param/options.json b/packages/babel-cli/test/fixtures/babel-node/v8Flag-underscored-with-param/options.json index a8b0e91738d0..df471111e170 100644 --- a/packages/babel-cli/test/fixtures/babel-node/v8Flag-underscored-with-param/options.json +++ b/packages/babel-cli/test/fixtures/babel-node/v8Flag-underscored-with-param/options.json @@ -1,4 +1,5 @@ { + "minNodeVersion": "4.0.0", "args": ["--expose_gc_as=garbageCollector", "--eval", "console.log(typeof global.garbageCollector)"], "stdout": "function" }