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 9b50135 commit 39d9a3dCopy full SHA for 39d9a3d
test/startup.test.ts
@@ -7,7 +7,6 @@ chai.use(chaiAsPromised);
7
const expect = chai.expect;
8
import { load } from "./exportedApi";
9
import { MAX_TIME_OUT, createMockedConnectionString, createMockedKeyValue, mockAppConfigurationClientListConfigurationSettings, restoreMocks } from "./utils/testHelper.js";
10
-import { AuthenticationError } from "@azure/identity";
11
12
describe("startup", function () {
13
this.timeout(MAX_TIME_OUT);
0 commit comments