Skip to content

Commit

Permalink
Upgrade to @vscode/test-electron
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Feb 8, 2024
1 parent b02d9c5 commit 868ac11
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 96 deletions.
152 changes: 58 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@
"@types/yauzl": "^2.10.3",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vscode/test-electron": "^2.3.9",
"axios": "^1.6.7",
"chai": "^4.2.0",
"chai-fs": "^2.0.0",
Expand All @@ -458,7 +459,6 @@
"ts-loader": "^9.4.2",
"typescript": "^5.3.3",
"vscode-extension-tester": "^7.0.0",
"vscode-test": "^1.2.3",
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion src/test/vscodeTest/runTest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from 'path';

import { runTests } from 'vscode-test';
import { runTests } from '@vscode/test-electron';

async function main() {
try {
Expand Down

0 comments on commit 868ac11

Please sign in to comment.