diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-07-27 16:37:03 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-27 14:37:03 +0000 |
commit | 729c4e9377c2112d51cefb6eb0c723cbaf2a1ff5 (patch) | |
tree | d57f2fceb361502ab334f9f7da48446319e38566 /tests | |
parent | 89e6792203678a2ae4911e006fcf9b26f63c700d (diff) |
make importmap flag global (#2687)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/036_import_map_fetch.out | 0 | ||||
-rw-r--r-- | tests/036_import_map_fetch.test | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/036_import_map_fetch.out b/tests/036_import_map_fetch.out new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/tests/036_import_map_fetch.out diff --git a/tests/036_import_map_fetch.test b/tests/036_import_map_fetch.test new file mode 100644 index 000000000..962573587 --- /dev/null +++ b/tests/036_import_map_fetch.test @@ -0,0 +1,2 @@ +args: fetch --reload --importmap=tests/importmaps/import_map.json tests/importmaps/test.ts +output: tests/036_import_map_fetch.out |