rename bin tests to reflect new babel name
This commit is contained in:
4
test/fixtures/bin/babel-node/--print/options.json
vendored
Normal file
4
test/fixtures/bin/babel-node/--print/options.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"args": ["--print", "--eval", "([1, 2, 3].map(x => x * x))"],
|
||||
"stdout": "[ 1, 4, 9 ]"
|
||||
}
|
||||
Reference in New Issue
Block a user