Files
babel/packages/babel-node/test/fixtures/cli/node_--inspect/options.json
2021-03-23 14:36:49 +01:00

7 lines
143 B
JSON

{
"args": ["--inspect", "--eval", "console.log('foo');"],
"stderr": "Debugger listening on",
"stderrContains": true,
"stdout": "foo"
}