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 5959 "watch" : " npm run clean && npm run buildScripts && tsc -watch -p ./" ,
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" ,
62- "testE2E" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
6362 "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" ,
You can’t perform that action at this time.
0 commit comments