Skip to content

Commit ab057bb

Browse files
authored
updated with respect to sort-imports rule (Azure#19036)
1 parent 1b0828c commit ab057bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sdk/core/core-crypto/test/internal/browser/base64.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { assert } from "chai";
54
import { base64ToBytes, bufferToBase64 } from "../../../src/utils/base64.browser";
5+
import { assert } from "chai";
66

77
describe("Base64", function() {
88
describe("base64ToBytes", function() {

sdk/core/core-crypto/test/public/browser/webworker-runner.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { assert } from "chai";
54
import { HashMessage, HmacMessage } from "./webworker";
5+
import { assert } from "chai";
66

77
describe("SHA-256 (WebWorker)", function() {
88
const worker = new Worker("/base/dist-test/webworker.js");

sdk/core/core-crypto/test/public/sha256.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
import { assert } from "chai";
54
import { computeSha256Hash, computeSha256Hmac } from "../../src/index";
5+
import { assert } from "chai";
66

77
describe("SHA-256", function() {
88
describe("Hash", function() {

0 commit comments

Comments
 (0)