Skip to content

Commit e22d6c8

Browse files
committed
fix(amazonq): Disable web tests for CI
1 parent ae7c222 commit e22d6c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/amazonq/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"testCompile": "npm run clean && npm run buildScripts && npm run compileOnly",
6161
"test": "npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder",
6262
"testE2E": "npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder",
63-
"testWeb": "npm run compileDev && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts web dist/test/web/testRunnerWebCore.js",
6463
"webRun": "npx @vscode/test-web --open-devtools --browserOption=--disable-web-security --waitForDebugger=9222 --extensionDevelopmentPath=. .",
6564
"webWatch": "npm run clean && npm run buildScripts && webpack --mode development --watch",
6665
"serve": "webpack serve --config-name mainServe --mode development",

0 commit comments

Comments
 (0)