summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/task/package_json_pre_only
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/task/package_json_pre_only')
-rw-r--r--cli/tests/testdata/task/package_json_pre_only/bin.out4
-rw-r--r--cli/tests/testdata/task/package_json_pre_only/echo.out1
-rw-r--r--cli/tests/testdata/task/package_json_pre_only/package.json5
3 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/task/package_json_pre_only/bin.out b/cli/tests/testdata/task/package_json_pre_only/bin.out
deleted file mode 100644
index e96e8e341..000000000
--- a/cli/tests/testdata/task/package_json_pre_only/bin.out
+++ /dev/null
@@ -1,4 +0,0 @@
-Task not found: test
-Available tasks:
-- pretest (package.json)
- echo 'pretest'
diff --git a/cli/tests/testdata/task/package_json_pre_only/echo.out b/cli/tests/testdata/task/package_json_pre_only/echo.out
deleted file mode 100644
index d00491fd7..000000000
--- a/cli/tests/testdata/task/package_json_pre_only/echo.out
+++ /dev/null
@@ -1 +0,0 @@
-1
diff --git a/cli/tests/testdata/task/package_json_pre_only/package.json b/cli/tests/testdata/task/package_json_pre_only/package.json
deleted file mode 100644
index 032a5d4ea..000000000
--- a/cli/tests/testdata/task/package_json_pre_only/package.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "scripts": {
- "pretest": "echo 'pretest'"
- }
-}