File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5757 "lint" : " true" ,
5858 "watch" : " npm run clean && npm run buildScripts && tsc -watch -p ./" ,
5959 "testCompile" : " npm run clean && npm run buildScripts && npm run compileOnly" ,
60- "test" : " npm run testCompile && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
61- "testE2E" : " npm run testCompile && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
62- "testWeb" : " npm run compileDev && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts web dist/test/web/testRunnerWebCore.js" ,
60+ "test" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
61+ "testE2E" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
62+ "testWeb" : " npm run compileDev && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts web dist/test/web/testRunnerWebCore.js" ,
6363 "webRun" : " npx @vscode/test-web --open-devtools --browserOption=--disable-web-security --waitForDebugger=9222 --extensionDevelopmentPath=. ." ,
6464 "webWatch" : " npm run clean && npm run buildScripts && webpack --mode development --watch" ,
6565 "serve" : " webpack serve --config-name mainServe --mode development" ,
Original file line number Diff line number Diff line change 6969 "webCompile" : " npm run clean && npm run buildScripts && webpack --config-name web" ,
7070 "webRun" : " npx @vscode/test-web --open-devtools --browserOption=--disable-web-security --waitForDebugger=9222 --extensionDevelopmentPath=. ." ,
7171 "testCompile" : " npm run clean && npm run buildScripts && npm run compileOnly" ,
72- "test" : " npm run testCompile && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
73- "testE2E" : " npm run testCompile && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
74- "testInteg" : " npm run testCompile && c8 --reporter lcov -- allowExternal ts-node ../core/scripts/test/launchTest.ts integration dist/test/integ/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
72+ "test" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts unit dist/test/unit/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
73+ "testE2E" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts e2e dist/test/e2e/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
74+ "testInteg" : " npm run testCompile && c8 --allowExternal ts-node ../core/scripts/test/launchTest.ts integration dist/test/integ/index.js ../core/dist/src/testFixtures/workspaceFolder" ,
7575 "package" : " ts-node ../../scripts/package.ts" ,
7676 "lint" : " true" ,
7777 "createRelease" : " ts-node ../../scripts/createRelease.ts" ,
You can’t perform that action at this time.
0 commit comments