Skip to content

Commit e32a045

Browse files
committed
chore: add peter-jr tests task for VSCode
1 parent 47e3a74 commit e32a045

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/tasks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,24 @@
4949
"./tests/python"
5050
],
5151
},
52+
{
53+
"label": "Run JS tests",
54+
"type": "process",
55+
"command": "poetry",
56+
"args": [
57+
"run",
58+
"bash",
59+
"./peter-jr",
60+
"./tests/js/"
61+
],
62+
},
5263
{
5364
"label": "Test",
5465
"dependsOrder": "sequence",
5566
"dependsOn": [
5667
"Install development dependencies",
5768
"Run pytest",
69+
"Run JS tests",
5870
],
5971
"group": {
6072
"kind": "test",

0 commit comments

Comments
 (0)