Skip to content

Commit 9ff2cae

Browse files
authored
Merge pull request #6254 from dibarbet/add_integration_packagejson
Add integration test command to package.json
2 parents 71886ee + 7cd58c6 commit 9ff2cae

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)