chore: Add a unit testing framework (#49)
Add vitest as a unit testing framework Reviewed-on: #49
This commit was merged in pull request #49.
This commit is contained in:
13
.vscode/tasks.json
vendored
Normal file
13
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "test",
|
||||
"group": "test",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: test",
|
||||
"detail": "jest"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user