diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2018-10-02 09:38:45 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-02 12:38:45 -0400 |
| commit | eba58b718860035b830d0739a02c6a382e1f3307 (patch) | |
| tree | 353e9d10a7efae1bc75b9a5392944e02cb11c02a /tests/error_006_import_ext_failure.ts | |
| parent | fc1c54dde052d6a967d5f185604b3f79b1ba2fbb (diff) | |
Guess extensions on extension not provided (#859)
Fixes #857
Diffstat (limited to 'tests/error_006_import_ext_failure.ts')
| -rw-r--r-- | tests/error_006_import_ext_failure.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/error_006_import_ext_failure.ts b/tests/error_006_import_ext_failure.ts new file mode 100644 index 000000000..3c32303a3 --- /dev/null +++ b/tests/error_006_import_ext_failure.ts @@ -0,0 +1 @@ +import "./non-existent"; |
