test: more tests

This commit is contained in:
Shibo Lyu 2024-05-04 22:17:19 +08:00
parent 302d6cef3e
commit 9a4927f9b2
6 changed files with 86 additions and 6 deletions

9
.zed/tasks.json Normal file
View file

@ -0,0 +1,9 @@
// Static tasks configuration.
//
// Example:
[
{
"label": "Test",
"command": "deno test"
}
]