summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_004_missing_module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/error_004_missing_module.ts')
-rw-r--r--tests/testdata/run/error_004_missing_module.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/run/error_004_missing_module.ts b/tests/testdata/run/error_004_missing_module.ts
new file mode 100644
index 000000000..82b281181
--- /dev/null
+++ b/tests/testdata/run/error_004_missing_module.ts
@@ -0,0 +1,3 @@
+import * as badModule from "./bad-module.ts";
+
+console.log(badModule);