summaryrefslogtreecommitdiff
path: root/cli/tests/check_tests.rs
AgeCommit message (Collapse)Author
2022-12-19fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)Kamil Ogórek
Fixes https://github.com/denoland/deno/issues/16568
2022-12-15fix: re-add Response.json static method (#17061)Leo Kettmeir
Same as #16040
2022-12-07feat(flags): add `deno check --all` as new preferred alias for `--remote` ↵David Sherret
(#16702) Closes #16374
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk