File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments