summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/npm/no_unstable/main.out1
-rw-r--r--cli/tests/testdata/npm/no_unstable/main.ts3
2 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/npm/no_unstable/main.out b/cli/tests/testdata/npm/no_unstable/main.out
deleted file mode 100644
index 5a5a4e5a7..000000000
--- a/cli/tests/testdata/npm/no_unstable/main.out
+++ /dev/null
@@ -1 +0,0 @@
-error: Unstable use of npm specifiers. The --unstable flag must be provided.
diff --git a/cli/tests/testdata/npm/no_unstable/main.ts b/cli/tests/testdata/npm/no_unstable/main.ts
deleted file mode 100644
index bb14e62c5..000000000
--- a/cli/tests/testdata/npm/no_unstable/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import chalk from "npm:chalk@5";
-
-console.log(chalk.green("hello"));