summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/complex_test.ts
AgeCommit message (Collapse)Author
2023-04-27feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)Bartek IwaƄczuk
This upgrade includes a warning for the deprecated "Deno.run()" API. --------- Co-authored-by: David Sherret <dsherret@gmail.com>
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2022-08-12fix(coverage): ensure coverage is only collected in certain situations (#15467)David Sherret
2021-08-11chore: move test files to testdata directory (#11601)David Sherret