Skip to content

Commit ee4753a

Browse files
committed
Revert this
1 parent 1ecf573 commit ee4753a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

e2e/src/suite/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export async function run() {
2727
})
2828

2929
await vscode.commands.executeCommand(`${Package.name}.SidebarProvider.focus`)
30-
await waitFor(() => Boolean(api.isReady()))
30+
await waitFor(() => api.isReady())
3131

3232
// @ts-expect-error - Expose the API to the tests.
3333
globalThis.api = api

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@
429429
"nock": "^14.0.4",
430430
"npm-run-all2": "^8.0.1",
431431
"ovsx": "0.10.2",
432-
"prettier": "^3.4.2",
433432
"rimraf": "^6.0.1",
434433
"ts-jest": "^29.2.5",
435434
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)