summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/task/npx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/task/npx')
-rw-r--r--cli/tests/testdata/task/npx/non_existent.out2
-rw-r--r--cli/tests/testdata/task/npx/on_own.out2
-rw-r--r--cli/tests/testdata/task/npx/package.json6
3 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/testdata/task/npx/non_existent.out b/cli/tests/testdata/task/npx/non_existent.out
deleted file mode 100644
index 5df04917e..000000000
--- a/cli/tests/testdata/task/npx/non_existent.out
+++ /dev/null
@@ -1,2 +0,0 @@
-Task non-existent npx this-command-should-not-exist-for-you
-npx: could not resolve command 'this-command-should-not-exist-for-you'
diff --git a/cli/tests/testdata/task/npx/on_own.out b/cli/tests/testdata/task/npx/on_own.out
deleted file mode 100644
index 67491f7b0..000000000
--- a/cli/tests/testdata/task/npx/on_own.out
+++ /dev/null
@@ -1,2 +0,0 @@
-Task on-own npx
-npx: missing command
diff --git a/cli/tests/testdata/task/npx/package.json b/cli/tests/testdata/task/npx/package.json
deleted file mode 100644
index 59602b96f..000000000
--- a/cli/tests/testdata/task/npx/package.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "scripts": {
- "non-existent": "npx this-command-should-not-exist-for-you",
- "on-own": "npx"
- }
-}