Skip to content

Commit 2929c77

Browse files
committed
add test task
1 parent d1609ee commit 2929c77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.vscode/tasks.json

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"isDefault": true
1515
},
1616
"isBackground": true
17+
},
18+
{
19+
"type": "npm",
20+
"script": "test"
1721
}
1822
]
1923
}

0 commit comments

Comments
 (0)