We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d493e commit 675ad9fCopy full SHA for 675ad9f
package.json
@@ -68,6 +68,7 @@
68
"compileTest": "tsc -p ./ && webpack --mode development",
69
"watch": "tsc -watch -p ./",
70
"test": "tsc -p ./ && gulp test",
71
+ "test:unit": "tsc -p ./ && gulp test:unit",
72
"test:withoutDevKit": "tsc -p ./ && gulp test:withoutDevKit",
73
"test:integration:devkit": "tsc -p ./ && gulp test:integration:devkit",
74
"test:razor": "tsc -p ./ && npm run compile:razorTextMate && gulp test:razor",
0 commit comments