Skip to content

Commit c40b474

Browse files
committed
Update unit test task to run in watch mode
1 parent 9ed074a commit c40b474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
{
3131
"label": "test:unit",
32-
"detail": "Run unit tests",
32+
"detail": "Run unit tests in watch mode",
3333
"type": "shell",
34-
"command": "pnpm run test:unit",
34+
"command": "pnpm run test:unit --watch",
3535
"isBackground": true,
3636
"problemMatcher": [],
3737
}

0 commit comments

Comments
 (0)