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

5 lines
94 B
JSON

{
"args": ["--print", "--eval", "([1, 2, 3].map(x => x * x))"],
"stdout": "[ 1, 4, 9 ]"
}