Skip to content

Commit 9ed074a

Browse files
committed
Add unit test task to VSCode configuration
1 parent 6cc6c02 commit 9ed074a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
],
2727
"dependsOrder": "parallel",
2828
"problemMatcher": []
29+
},
30+
{
31+
"label": "test:unit",
32+
"detail": "Run unit tests",
33+
"type": "shell",
34+
"command": "pnpm run test:unit",
35+
"isBackground": true,
36+
"problemMatcher": [],
2937
}
3038
]
3139
}

0 commit comments

Comments
 (0)