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

Commit 0606169

Browse files
committed
fix command-core.test.ts
1 parent 61e7380 commit 0606169

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
import { expect } from '@playwright/test'
2-
3-
import * as mockServer from '../fixtures/mock-server'
42
import { focusSidebar, sidebarExplorer, sidebarSignin } from './common'
5-
import {
6-
type DotcomUrlOverride,
7-
type ExpectedV2Events,
8-
test as baseTest,
9-
executeCommandInPalette,
10-
} from './helpers'
11-
12-
const test = baseTest.extend<DotcomUrlOverride>({ dotcomUrl: mockServer.SERVER_URL })
3+
import { type ExpectedV2Events, executeCommandInPalette, test } from './helpers'
134

145
test.extend<ExpectedV2Events>({
156
// list of events we expect this test to log, add to this list as needed

0 commit comments

Comments
 (0)