1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/jsr/deps/__test__.jsonc
David Sherret 3e98ea4e69
chore(tests/specs): ability to have sub tests in file (#23667)
Allows writing named sub-tests. These are:

1. Filterable on the command line via `cargo test ...`
2. Run in parallel
3. Use a fresh temp and deno dir for each test (unlike steps)
2024-05-03 10:19:42 +05:30

12 lines
179 B
Text

{
"tests": {
"run": {
"args": "run main.ts",
"output": "main.out"
},
"info": {
"args": "info main.ts",
"output": "main_info.out"
}
}
}