Skip to content

Commit 0761d8c

Browse files
authored
Upgrade @vscode/test-electron (#1901)
1 parent ca70c67 commit 0761d8c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,7 @@
15251525
"@types/sinon-chai": "^3.2.6",
15261526
"@types/uuid": "^8.3.4",
15271527
"@types/vscode": "^1.64.0",
1528-
"@vscode/test-electron": "^2.1.3",
1528+
"@vscode/test-electron": "^2.1.4",
15291529
"chai": "^4.2.0",
15301530
"chai-as-promised": "^7.1.1",
15311531
"clean-webpack-plugin": "^4.0.0",

extension/src/test/suite/cli/runner.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ suite('CLI Runner Test Suite', () => {
149149
expect(error.message).to.have.length.greaterThan(0)
150150
expect(command).to.equal('sleep 1 && then die')
151151
expect(exitCode).to.be.greaterThan(0)
152-
}).timeout(6000)
152+
}).timeout(WEBVIEW_TEST_TIMEOUT)
153153
})
154154
})

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3578,10 +3578,10 @@
35783578
resolved "https://registry.yarnpkg.com/@vscode/extension-telemetry/-/extension-telemetry-0.4.10.tgz#be960c05bdcbea0933866346cf244acad6cac910"
35793579
integrity sha512-XgyUoWWRQExTmd9DynIIUQo1NPex/zIeetdUAXeBjVuW9ioojM1TcDaSqOa/5QLC7lx+oEXwSU1r0XSBgzyz6w==
35803580

3581-
"@vscode/test-electron@^2.1.3":
3582-
version "2.1.3"
3583-
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.1.3.tgz#c66c4a29ede1f940c2fa204d269b660b0126dc7f"
3584-
integrity sha512-ps/yJ/9ToUZtR1dHfWi1mDXtep1VoyyrmGKC3UnIbScToRQvbUjyy1VMqnMEW3EpMmC3g7+pyThIPtPyCLHyow==
3581+
"@vscode/test-electron@^2.1.4":
3582+
version "2.1.4"
3583+
resolved "https://registry.yarnpkg.com/@vscode/test-electron/-/test-electron-2.1.4.tgz#fa1b8915246d0102e81d4fd664bb6c337ca7092f"
3584+
integrity sha512-tHHAWNVwl8C7nyezHAHdNPWkksdXWvmae6bt4k1tJ9hvMm6QIIk95Mkutl82XHcD60mdP46EHDGU+xFsAvygOQ==
35853585
dependencies:
35863586
http-proxy-agent "^4.0.1"
35873587
https-proxy-agent "^5.0.0"

0 commit comments

Comments
 (0)