deno/cli/args
Marvin Hagemeister 1e97f0f148
feat: add __tests__ to test file detection defaults (#24443)
The `jest` test runner popularized putting tests into a `__tests__`
folder. Whilst many have switched to going with a `.test` suffix in the
file name these days, there are still many jest projects that have
`__tests__`. By adding this to the default test detection logic it makes
`deno test` discover those out of the box.
2024-07-08 15:19:59 +02:00
..
deno_json.rs refactor: move deno json functionality to args module (#22710) 2024-03-05 15:45:44 -05:00
flags.rs feat: add __tests__ to test file detection defaults (#24443) 2024-07-08 15:19:59 +02:00
flags_net.rs fix(permissions): handle ipv6 addresses correctly (#24397) 2024-07-05 23:45:06 +01:00
import_map.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
lockfile.rs feat: Deprecate --lock-write flag (#24436) 2024-07-05 04:38:12 +02:00
mod.rs refactor: move FileCollector to deno_config (#24433) 2024-07-05 17:53:09 -04:00
package_json.rs feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00