mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
3e98ea4e69
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)
12 lines
197 B
Text
12 lines
197 B
Text
{
|
|
"tests": {
|
|
"run": {
|
|
"args": "run --log-level=debug main.ts",
|
|
"output": "main.out"
|
|
},
|
|
"info": {
|
|
"args": "info main.ts",
|
|
"output": "main_info.out"
|
|
}
|
|
}
|
|
}
|