1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests/integration
Divy Srivastava 9be8f61f52
chore: use rustfmt imports_granularity option (#17421)
Closes https://github.com/denoland/deno/issues/2699
Closes https://github.com/denoland/deno/issues/2347

Uses unstable rustfmt features. Since dprint invokes `rustfmt` we do not
need to switch the cargo toolchain to nightly. Do we care about
formatting stability of our codebase across Rust versions? (I don't)
2023-01-16 21:35:00 +01:00
..
bench_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
bundle_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
cache_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
cert_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
check_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
compile_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
coverage_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
doc_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
eval_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
flags_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
fmt_tests.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
info_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
init_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
inspector_tests.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
install_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
js_unit_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
lint_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
lsp_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
mod.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
npm_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
repl_tests.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
run_tests.rs fix(permissions): lock stdio streams when prompt is shown (#17392) 2023-01-13 11:20:20 -05:00
task_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
test_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
upgrade_tests.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
vendor_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
watcher_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00
worker_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 11:20:19 -05:00