dan.the.discloserD
Denoβ€’4y agoβ€’
2 replies
dan.the.discloser

Environment Variables & Args for Deno Testing in Visual Code Studio

For running tests,


My testing task in
deno.json
is


```
{
"tasks": {
"test": "ENVIRON=TEST deno test --allow-all",
...}}
Was this page helpful?