Skip to content

Commit 437f22c

Browse files
Copilotminhanh-phan
andcommitted
Remove unused imports causing TypeScript errors in identity-broker tests
Co-authored-by: minhanh-phan <[email protected]>
1 parent b2a3172 commit 437f22c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sdk/identity/identity-broker/test/internal/node/interactiveBrowserCredential.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
import type { InteractiveBrowserCredentialNodeOptions } from "@azure/identity";
55
import { InteractiveBrowserCredential, useIdentityPlugin } from "@azure/identity";
66
import { PublicClientApplication } from "@azure/msal-node";
7-
import { Recorder, isLiveMode, env, isPlaybackMode } from "@azure-tools/test-recorder";
7+
import { Recorder, env } from "@azure-tools/test-recorder";
88
import { nativeBrokerPlugin } from "../../../src/index.js";
9-
import { isNodeLike } from "@azure/core-util";
109
import type http from "node:http";
1110
import type { MockInstance } from "vitest";
1211
import { describe, it, assert, expect, vi, beforeEach, afterEach } from "vitest";

sdk/identity/identity-broker/test/manual/node/popTokenSupport.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
import type { InteractiveBrowserCredentialNodeOptions } from "@azure/identity";
44
import { InteractiveBrowserCredential, useIdentityPlugin } from "@azure/identity";
55

6-
import { env, isLiveMode, isPlaybackMode } from "@azure-tools/test-recorder";
6+
import { env } from "@azure-tools/test-recorder";
77
import { nativeBrokerPlugin } from "../../../src/index.js";
8-
import { isNodeLike } from "@azure/core-util";
98
import { sendGraphRequest } from "./popTokenClient.js";
109
import { describe, it, assert } from "vitest";
1110

0 commit comments

Comments
 (0)