summaryrefslogtreecommitdiff
path: root/tests/specs/npm/byonm/not_installed.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/byonm/not_installed.ts')
-rw-r--r--tests/specs/npm/byonm/not_installed.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/npm/byonm/not_installed.ts b/tests/specs/npm/byonm/not_installed.ts
new file mode 100644
index 000000000..4cd4b83f6
--- /dev/null
+++ b/tests/specs/npm/byonm/not_installed.ts
@@ -0,0 +1,2 @@
+import chalk from "npm:chalk";
+console.log(chalk.green("hi"));