diff options
Diffstat (limited to 'tests/005_more_imports.ts')
| -rw-r--r-- | tests/005_more_imports.ts | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/005_more_imports.ts b/tests/005_more_imports.ts deleted file mode 100644 index 52dd1df7b..000000000 --- a/tests/005_more_imports.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { returnsHi, returnsFoo2, printHello3 } from "./subdir/mod1.ts"; - -printHello3(); - -if (returnsHi() !== "Hi") { - throw Error("Unexpected"); -} - -if (returnsFoo2() !== "Foo") { - throw Error("Unexpected"); -} |
