Skip to content

Commit 675ad9f

Browse files
authored
Add test:unit to package scripts
1 parent c6d493e commit 675ad9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"compileTest": "tsc -p ./ && webpack --mode development",
6969
"watch": "tsc -watch -p ./",
7070
"test": "tsc -p ./ && gulp test",
71+
"test:unit": "tsc -p ./ && gulp test:unit",
7172
"test:withoutDevKit": "tsc -p ./ && gulp test:withoutDevKit",
7273
"test:integration:devkit": "tsc -p ./ && gulp test:integration:devkit",
7374
"test:razor": "tsc -p ./ && npm run compile:razorTextMate && gulp test:razor",

0 commit comments

Comments
 (0)