Add test for passing arguments to babel-node (#5163) (#5342)

This commit is contained in:
JeongHoon Byun (aka Outsider)
2017-02-22 12:14:26 +09:00
committed by Henry Zhu
parent 8d9195f862
commit 2de4b08c51
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
console.log(process.argv[2]);

View File

@@ -0,0 +1,4 @@
{
"args": ["bar", "foo"],
"stdout": "foo"
}