Move @babel/node tests (#13037)
This commit is contained in:
8
packages/babel-node/test/fixtures/cli/v8Flag-underscored-with-param/options.json
vendored
Normal file
8
packages/babel-node/test/fixtures/cli/v8Flag-underscored-with-param/options.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"args": [
|
||||
"--expose_gc_as=garbageCollector",
|
||||
"--eval",
|
||||
"console.log(typeof global.garbageCollector)"
|
||||
],
|
||||
"stdout": "function"
|
||||
}
|
||||
Reference in New Issue
Block a user