summaryrefslogtreecommitdiff
path: root/cli/tests/integration/js_unit_tests.rs
AgeCommit message (Collapse)Author
2023-03-22chore(cli): ensure no signal on test exit (#18354)Matt Mastracci
If deno crashes on exit, we get a failure on the exit code (None instead of Some(0) but we never see the signal.
2023-03-22chore(cli): disable flash_test as it is causing SIGSEGV (#18358)Matt Mastracci
2023-01-13tests: move integration tests to a single module (#17380)Bartek IwaƄczuk
Effectively reverts changes done in https://github.com/denoland/deno/pull/16816