0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-30 09:08:00 -04:00
denoland-deno/cli/tests
Luca Casonato 923370f18f
fix(ext/fetch): new Request should soft clone (#16869)
Previously the inner request object of the original and the new request
were the same, causing the requests to be entangled and mutable changes
to one to be visible to the other. This fixes that.
2022-12-06 09:39:04 +01:00
..
integration tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
testdata fix(npm): dependency types were sometimes not being resolved when package had no types entry (#16958) 2022-12-05 20:09:31 -05:00
unit fix(ext/fetch): new Request should soft clone (#16869) 2022-12-06 09:39:04 +01:00
bench_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
bundle_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
cache_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
cert_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
check_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
compile_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
coverage_tests.rs fix(coverage): Error if the emit cache is invalid (#16850) 2022-11-29 18:43:54 +01:00
doc_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
eval_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
flags_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
fmt_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
info_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
init_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
inspector_tests.rs npm: ensure runtime exceptions are surfaced when debugger is attached (#16943) 2022-12-06 02:00:10 +01:00
install_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
js_unit_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
lint_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
lsp_tests.rs fix(lsp): analyze fs dependencies of dependencies to find npm package requirements (#16866) 2022-11-30 00:32:18 +00:00
npm_tests.rs chore(npm): fix types tests (#16882) 2022-12-01 12:26:33 -05:00
repl_tests.rs chore(windows): fix flaky pty_complete_imports (#16905) 2022-12-02 14:59:04 -05:00
run_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
task_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
test_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
upgrade_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
vendor_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
watcher_tests.rs Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16839) 2022-11-27 04:50:14 +01:00
worker_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00