diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-02-15 08:05:29 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-15 11:05:29 -0500 |
commit | fe0ceae54373c0e12b36111b886a06c800f86c20 (patch) | |
tree | f3bc3c81e1623eeaa5e00b54ef367826cecda75f /tests/024_import_no_ext_with_mime.ts | |
parent | 2241049c349443a971ba2558f373d62bbb7d9780 (diff) |
Fix behavior for extensionless files with .mime file (#1779)
Diffstat (limited to 'tests/024_import_no_ext_with_mime.ts')
-rw-r--r-- | tests/024_import_no_ext_with_mime.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/024_import_no_ext_with_mime.ts b/tests/024_import_no_ext_with_mime.ts new file mode 100644 index 000000000..d5140de66 --- /dev/null +++ b/tests/024_import_no_ext_with_mime.ts @@ -0,0 +1 @@ +import "./023_no_ext_with_mime"; |