index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
integration
/
coverage_tests.rs
Age
Commit message (
Expand
)
Author
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-15
test: don't use remote std for tests (#16631)
Bartek Iwańczuk
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-05-22
fix(coverage): do not report transpiled files with no lines (#14699)
Colin Ihrig
2022-05-04
fix(coverage): exclude .snap files (#14480)
Geert-Jan Zwiers
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-22
chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)
David Sherret
2022-01-11
fix(coverage): merge coverage ranges (#13334)
Bartek Iwańczuk
2022-01-10
fix(coverage): don't type check (#13324)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-23
fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190)
David Sherret
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret