Move @babel/node tests (#13037)
This commit is contained in:
2
packages/babel-node/test/fixtures/cli/filename/in-files/bar.js
vendored
Normal file
2
packages/babel-node/test/fixtures/cli/filename/in-files/bar.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
var foo = () => console.log("foo");
|
||||
foo();
|
||||
3
packages/babel-node/test/fixtures/cli/filename/options.json
vendored
Normal file
3
packages/babel-node/test/fixtures/cli/filename/options.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"args": ["bar"]
|
||||
}
|
||||
1
packages/babel-node/test/fixtures/cli/filename/stdout.txt
vendored
Normal file
1
packages/babel-node/test/fixtures/cli/filename/stdout.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
foo
|
||||
Reference in New Issue
Block a user