0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/cli/tests
David Sherret 3d5f42d158 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-15 10:32:20 +05:30
..
config chore(cli): Use @test_util for relative path for unit tests (#22327) 2024-02-08 14:56:46 +05:30
integration fix: cache bust jsr deps on constraint failure (#22372) 2024-02-15 10:32:20 +05:30
node_compat chore: use @test_util for node_compat tests (#22331) 2024-02-08 14:56:46 +05:30
testdata fix: cache bust jsr deps on constraint failure (#22372) 2024-02-15 10:32:20 +05:30
unit chore: completely disable websocketstream_test (#22360) 2024-02-15 10:32:20 +05:30
unit_node chore(cli): Use @test_util for relative path for unit tests (#22327) 2024-02-08 14:56:46 +05:30
Cargo.toml fix: cache bust jsr deps on constraint failure (#22372) 2024-02-15 10:32:20 +05:30
integration_tests.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-15 10:32:20 +05:30
integration_tests_runner.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-15 10:32:20 +05:30
lib.rs refactor: split integration tests from CLI (part 1) (#22308) 2024-02-15 10:32:20 +05:30