mirror of
https://github.com/denoland/deno.git
synced 2025-03-12 15:17:56 -04:00
14 lines
192 B
JSON
14 lines
192 B
JSON
![]() |
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "test --coverage main_test.ts",
|
||
|
"output": "[WILDCARD]"
|
||
|
},
|
||
|
{
|
||
|
"args": "coverage",
|
||
|
"output": "cov.out"
|
||
|
}
|
||
|
]
|
||
|
}
|