tests: continue

This commit is contained in:
Simon Lecoq
2023-11-02 19:16:47 -04:00
parent 55d7b38586
commit 27528afe04
13 changed files with 141 additions and 68 deletions

View File

@@ -1 +1,23 @@
{}
{
"tasks": {
"make": "deno run --allow-env --allow-read --allow-write=.deno-make.json --allow-run=deno ./mod.ts $0"
},
"+tasks": {
"flags:none": {
"task": "deno help",
"cwd": "tests",
"deno": {
"uninstall": {}
}
},
"flags:root": {
"task": "deno help",
"cwd": "tests",
"deno": {
"uninstall": {
"root": "/tmp"
}
}
}
}
}