Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 61e7380

Browse files
committed
fix command-custom.test.ts
1 parent 268e046 commit 61e7380

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

vscode/test/e2e/command-custom.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,15 @@ import {
1010
sidebarSignin,
1111
} from './common'
1212
import {
13-
type DotcomUrlOverride,
1413
type ExpectedV2Events,
15-
test as baseTest,
1614
executeCommandInPalette,
1715
openCodyCommandsQuickPick,
1816
openCustomCommandMenu,
17+
test,
1918
withPlatformSlashes,
2019
} from './helpers'
2120
import { testGitWorkspace } from './utils/gitWorkspace'
2221

23-
const test = baseTest.extend<DotcomUrlOverride>({ dotcomUrl: mockServer.SERVER_URL })
24-
2522
test.beforeEach(() => {
2623
mockServer.resetLoggedEvents()
2724
})

0 commit comments

Comments
 (0)