mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
fix: ⬆️ resolve issue with helloworld-web-sample when running tests
This commit is contained in:
3299
helloworld-web-sample/package-lock.json
generated
3299
helloworld-web-sample/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -24,6 +24,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=.",
|
||||
"test": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. --extensionTestsPath=dist/web/test/suite/index.js",
|
||||
"pretest": "npm run compile-web",
|
||||
"vscode:prepublish": "npm run package-web",
|
||||
@ -38,7 +39,7 @@
|
||||
"@types/webpack-env": "^1.16.2",
|
||||
"@typescript-eslint/eslint-plugin": "^7.14.0",
|
||||
"@typescript-eslint/parser": "^7.14.0",
|
||||
"@vscode/test-web": "^0.0.22",
|
||||
"@vscode/test-web": "^0.0.60",
|
||||
"assert": "^2.0.0",
|
||||
"eslint": "^8.26.0",
|
||||
"mocha": "^9.2.0",
|
||||
|
||||
Reference in New Issue
Block a user