fix: ⬆️ resolve issue with helloworld-web-sample when running tests

This commit is contained in:
Gordan Nekić
2024-08-03 23:48:07 +02:00
parent bc0c1332ad
commit 5e452b7fa3
2 changed files with 1868 additions and 1434 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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",