diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-08-22 17:17:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 17:17:26 -0400 |
commit | e7cab715749e4c5000c24ffeade1ef915d15a68d (patch) | |
tree | 3ddb749342a415112f3bf4b1f3aa7156dca9c8af /tests/error_004_missing_module.ts | |
parent | c5bb412933d750c80c93eaa4840eb3bbac33bc2c (diff) |
runtime.ts refactor into compiler.ts (#564)
Adds compiler_test.ts
Diffstat (limited to 'tests/error_004_missing_module.ts')
-rw-r--r-- | tests/error_004_missing_module.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/error_004_missing_module.ts b/tests/error_004_missing_module.ts new file mode 100644 index 000000000..48623320b --- /dev/null +++ b/tests/error_004_missing_module.ts @@ -0,0 +1 @@ +import * as badModule from "bad-module.ts"; |