Skip to content

Commit 8739895

Browse files
authored
pre-release updates to integration tests (#649)
2 parents 63ba00f + 72f265c commit 8739895

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"lint-fix": "eslint . --fix",
7373
"prettier": "prettier -c \"(src|test|l10n|grammar|docs|packages)/**/*.@(js|ts|jsx|tsx|json)\" \"./*.@(js|ts|jsx|tsx|json)\"",
7474
"prettier-fix": "prettier -w \"(src|test|l10n|grammar|docs|packages)/**/*.@(js|ts|jsx|tsx|json)\" \"./*.@(js|ts|jsx|tsx|json)\"",
75-
"pretest": "npm run build",
76-
"test": "vscode-test",
75+
"test": "node -e \"console.log('\\n[vscode-documentdb] Integration tests are deprecated.\\nThe legacy vscode-test based integration test suite is no longer in use and will be replaced with a new framework in the 0.10.0 release.\\nThis command is now a no-op.\\n')\"",
7776
"prejesttest": "npm run build --workspaces --if-present",
7877
"jesttest": "jest",
7978
"webpack-dev": "rimraf ./dist && npm run webpack-dev-ext && npm run webpack-dev-wv",

0 commit comments

Comments
 (0)