summaryrefslogtreecommitdiff
path: root/cli/tests/integration/eval_tests.rs
AgeCommit message (Collapse)Author
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek IwaƄczuk
This commit changes default mode of type-checking to "local" and adds "--check" flag to following subcommands: - deno bench - deno bundle - deno cache - deno compile - deno eval - deno install - deno test
2022-05-17feat(core): deterministic snapshots (#14037)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret