1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 08:33:43 -05:00
denoland-deno/cli/tests
David Sherret d2477f7806
fix: cache bust jsr deps on constraint failure (#22372)
Removes the `FileFetcher`'s internal cache because I don't believe it's
necessary (we already cache this kind of stuff in places like deno_graph
or config files in different places). Removing it fixes this bug because
this functionality was already implemented in deno_graph and lowers
memory usage of the CLI a little bit.
2024-02-10 10:02:31 -05:00
..
config chore(cli): Use @test_util for relative path for unit tests (#22327) 2024-02-07 09:51:28 -07:00
integration fix: cache bust jsr deps on constraint failure (#22372) 2024-02-10 10:02:31 -05:00
node_compat chore: use @test_util for node_compat tests (#22331) 2024-02-07 23:21:32 +00:00
testdata fix: cache bust jsr deps on constraint failure (#22372) 2024-02-10 10:02:31 -05:00
unit chore: completely disable websocketstream_test (#22360) 2024-02-09 02:09:19 +00:00
unit_node chore(cli): Use @test_util for relative path for unit tests (#22327) 2024-02-07 09:51:28 -07:00
Cargo.toml fix: cache bust jsr deps on constraint failure (#22372) 2024-02-10 10:02:31 -05:00
integration_tests.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-09 13:33:05 -07:00
integration_tests_runner.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-09 13:33:05 -07:00
lib.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-09 13:33:05 -07:00