diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-13 12:21:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 16:21:13 +0000 |
commit | b3ca3b2f25931afb350027bde87dc3d4f9a741b0 (patch) | |
tree | e8d4f1211310e4998cd21882b96d0a799a83de87 /tests/integration/cache_tests.rs | |
parent | eccdb0e99acd66cce38fc8535aeab221a8a6fffa (diff) |
chore: rough first pass on spec tests (#22877)
Diffstat (limited to 'tests/integration/cache_tests.rs')
-rw-r--r-- | tests/integration/cache_tests.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/integration/cache_tests.rs b/tests/integration/cache_tests.rs index d5b4e8844..988cbc996 100644 --- a/tests/integration/cache_tests.rs +++ b/tests/integration/cache_tests.rs @@ -5,12 +5,6 @@ use test_util::itest; use test_util::TestContext; use test_util::TestContextBuilder; -itest!(_036_import_map_fetch { - args: - "cache --quiet --reload --import-map=import_maps/import_map.json import_maps/test.ts", - output: "cache/036_import_map_fetch.out", - }); - itest!(_037_fetch_multiple { args: "cache --reload --check=all run/fetch/test.ts run/fetch/other.ts", http_server: true, |