Skip to content

Commit 7cd58c6

Browse files
committed
Add integration test command to package.json
1 parent 71886ee commit 7cd58c6

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
@@ -60,6 +60,7 @@
6060
"watch": "tsc -watch -p ./",
6161
"tdd": "mocha --config ./.mocharc.jsonc --watch --watch-extensions ts omnisharptest/omnisharpUnitTests/**/*.test.ts*",
6262
"test": "tsc -p ./ && gulp test",
63+
"test:integration": "tsc -p ./ && gulp test:integration",
6364
"omnisharptest": "tsc -p ./ && gulp omnisharptest",
6465
"omnisharptest:unit": "tsc -p ./ && gulp omnisharptest:unit",
6566
"omnisharptest:feature": "tsc -p ./ && gulp omnisharptest:feature",

0 commit comments

Comments
 (0)