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.
2 parents 71886ee + 7cd58c6 commit 9ff2caeCopy full SHA for 9ff2cae
package.json
@@ -60,6 +60,7 @@
60
"watch": "tsc -watch -p ./",
61
"tdd": "mocha --config ./.mocharc.jsonc --watch --watch-extensions ts omnisharptest/omnisharpUnitTests/**/*.test.ts*",
62
"test": "tsc -p ./ && gulp test",
63
+ "test:integration": "tsc -p ./ && gulp test:integration",
64
"omnisharptest": "tsc -p ./ && gulp omnisharptest",
65
"omnisharptest:unit": "tsc -p ./ && gulp omnisharptest:unit",
66
"omnisharptest:feature": "tsc -p ./ && gulp omnisharptest:feature",
0 commit comments