tests: improve

This commit is contained in:
Simon Lecoq
2023-11-02 18:29:10 -04:00
parent c5d8e2dbb1
commit 55d7b38586
27 changed files with 658 additions and 349 deletions

View File

@@ -4,7 +4,8 @@
},
"+tasks": {
"flags:none": {
"task": "deno cache tests/mod.ts"
"task": "deno cache mod.ts",
"cwd": "tests"
}
}
}