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.
sort-imports
1 parent ab057bb commit 6e0eea2Copy full SHA for 6e0eea2
sdk/core/core-auth/test/index.spec.ts
@@ -1,7 +1,6 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT license.
3
4
-import { assert } from "chai";
5
import {
6
AzureKeyCredential,
7
AzureNamedKeyCredential,
@@ -10,6 +9,7 @@ import {
10
9
isSASCredential,
11
isTokenCredential
12
} from "../src/index";
+import { assert } from "chai";
13
14
describe("AzureKeyCredential", () => {
15
it("credential constructor throws on invalid key", () => {
0 commit comments