deno/cli/tests
David Sherret 8acf059ac6
fix(doc): deno doc --lint mod.ts should output how many files checked (#21084)
As pointed out in https://github.com/denoland/deno/issues/21067 , it's
confusing that `deno doc --lint mod.ts` outputs the documentation to
stdout on success. Instead, it would be better if it outputted how many
files were checked similar to what `deno lint` does on success. It still
outputs the documentation if `--lint` or `--html` are provided so this
is non-breaking.
2023-11-04 04:43:54 +00:00
..
integration fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
node_compat chore: upgrade deno_core (#21036) 2023-11-01 20:25:09 +01:00
testdata fix(doc): deno doc --lint mod.ts should output how many files checked (#21084) 2023-11-04 04:43:54 +00:00
unit feat(ext/kv): increase checks limit (#21055) 2023-11-02 11:57:11 -07:00
unit_node fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014) 2023-11-01 16:06:25 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00