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 f98589a commit a6e4100Copy full SHA for a6e4100
packages/core/src/testInteg/globalSetup.test.ts
@@ -17,7 +17,7 @@ import * as testUtil from '../test/testUtil'
17
import { DeviceFlowAuthorization } from '../auth/sso/ssoAccessTokenProvider'
18
import { globals } from '../shared'
19
import { GlobalState } from '../shared/globalState'
20
-import { FakeExtensionContext, FakeMemento } from '../test/fakeExtensionContext'
+import { FakeExtensionContext } from '../test/fakeExtensionContext'
21
22
// ASSUMPTION: Tests are not run concurrently
23
0 commit comments