diff options
Diffstat (limited to 'tests/specs/task/npm_run/task_test.out')
-rw-r--r-- | tests/specs/task/npm_run/task_test.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/task/npm_run/task_test.out b/tests/specs/task/npm_run/task_test.out new file mode 100644 index 000000000..f3d7398d9 --- /dev/null +++ b/tests/specs/task/npm_run/task_test.out @@ -0,0 +1,3 @@ +Task test npm run echo hi there +Task echo echo "hi" "there" +hi there |