We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b164ae commit 98929b2Copy full SHA for 98929b2
test/integration/installExtension.test.ts
@@ -18,5 +18,5 @@ describe("--install-extension", () => {
18
stdout: "log",
19
})
20
expect(stdout).toContain(extName)
21
- })
+ }, 10000)
22
0 commit comments