Skip to content

Commit e1641e0

Browse files
committed
chore: fix integration tests
Previously pinned @vscode/test-electron package errored when downloading latest stable vscode build. Updating it as suggested in the comment fixes the issue - microsoft/vscode-test#255 (comment) * Updated @vscode/test-electron to the latest available version * Remove @vscode/test-electron version patch * Remove useless log in integration/runTests.ts
1 parent 526766c commit e1641e0

File tree

4 files changed

+196
-132
lines changed

4 files changed

+196
-132
lines changed

integration/runTests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ async function main() {
1111
})
1212
} catch (error) {
1313
console.error(error)
14-
console.error('Failed to run tests')
1514
process.exit(1)
1615
}
1716
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"@types/semver": "^7.3.13",
149149
"@types/vscode": "1.72.0",
150150
"@vitest/ui": "^0.34.6",
151+
"@vscode/test-electron": "^2.5.2",
151152
"@zardoy/tsconfig": "^1.3.1",
152153
"chokidar": "^3.5.3",
153154
"chokidar-cli": "^3.0.0",
@@ -187,7 +188,6 @@
187188
"@types/mocha": "^9.1.1",
188189
"@types/pluralize": "^0.0.29",
189190
"@vscode/emmet-helper": "^2.8.4",
190-
"@vscode/test-electron": "^2.1.5",
191191
"@zardoy/utils": "^0.0.9",
192192
"@zardoy/vscode-utils": "^0.0.52",
193193
"chai": "^4.3.6",

patches/@vscode+test-electron+2.1.5.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)