Move @babel/node tests (#13037)
This commit is contained in:
6
packages/babel-node/test/fixtures/cli/node_--inspect/options.json
vendored
Normal file
6
packages/babel-node/test/fixtures/cli/node_--inspect/options.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"args": ["--inspect", "--eval", "console.log('foo');"],
|
||||
"stderr": "Debugger listening on",
|
||||
"stderrContains": true,
|
||||
"stdout": "foo"
|
||||
}
|
||||
Reference in New Issue
Block a user