1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tools/test
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
..
reporters feat(cli): Add slow test warning (#23874) 2024-05-22 08:08:27 -06:00
channel.rs chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
fmt.rs fix(cli/test): decoding percent-encoding(non-ASCII) file path correctly (#23200) 2024-05-28 13:34:57 +00:00
mod.rs feat: add __tests__ to test file detection defaults (#24443) 2024-07-08 15:19:59 +02:00