|
657 | 657 | "test:unit": "node ./out/test/run-tests.js --unit",
|
658 | 658 | "pretest:e2e": "yarn build",
|
659 | 659 | "test:e2e": "node ./out/test/run-tests.js --e2e",
|
| 660 | + "pretest:web": "tsc -p tsconfig.webTest.json && npm run compile-web", |
| 661 | + "test:web": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --extensionTestsPath=out/web/test/web/index.js", |
660 | 662 | "lint": "dts lint src",
|
661 | 663 | "clean": "rimraf out",
|
662 | 664 | "watch": "tsc --build ./tsconfig.json --watch",
|
|
679 | 681 | "@types/lodash": "^4.14.157",
|
680 | 682 | "@types/markdown-it": "^12.0.1",
|
681 | 683 | "@types/micromatch": "^4.0.1",
|
682 |
| - "@types/mocha": "^10.0.2", |
| 684 | + "@types/mocha": "^10.0.6", |
683 | 685 | "@types/node": "^13.13.52",
|
684 | 686 | "@types/picomatch": "^2.2.1",
|
685 | 687 | "@types/remove-markdown": "^0.1.1",
|
|
701 | 703 | "jest-extended": "^3.2.3",
|
702 | 704 | "markdown-it": "^12.0.4",
|
703 | 705 | "micromatch": "^4.0.2",
|
704 |
| - "mocha": "^10.2.0", |
| 706 | + "mocha": "^10.3.0", |
705 | 707 | "os-browserify": "^0.3.0",
|
706 | 708 | "path-browserify": "^1.0.1",
|
707 | 709 | "process": "^0.11.10",
|
|
0 commit comments