diff options
Diffstat (limited to 'cli/tests/testdata/task/package_json_post_only')
3 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/task/package_json_post_only/bin.out b/cli/tests/testdata/task/package_json_post_only/bin.out deleted file mode 100644 index 9e7cea091..000000000 --- a/cli/tests/testdata/task/package_json_post_only/bin.out +++ /dev/null @@ -1,4 +0,0 @@ -Task not found: test -Available tasks: -- posttest (package.json) - echo 'posttest' diff --git a/cli/tests/testdata/task/package_json_post_only/echo.out b/cli/tests/testdata/task/package_json_post_only/echo.out deleted file mode 100644 index 573541ac9..000000000 --- a/cli/tests/testdata/task/package_json_post_only/echo.out +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/cli/tests/testdata/task/package_json_post_only/package.json b/cli/tests/testdata/task/package_json_post_only/package.json deleted file mode 100644 index ce8a6bbd5..000000000 --- a/cli/tests/testdata/task/package_json_post_only/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "scripts": { - "posttest": "echo 'posttest'" - } -} |
