File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
sdk/core/core-crypto/test Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { assert } from "chai" ;
54import { base64ToBytes , bufferToBase64 } from "../../../src/utils/base64.browser" ;
5+ import { assert } from "chai" ;
66
77describe ( "Base64" , function ( ) {
88 describe ( "base64ToBytes" , function ( ) {
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { assert } from "chai" ;
54import { HashMessage , HmacMessage } from "./webworker" ;
5+ import { assert } from "chai" ;
66
77describe ( "SHA-256 (WebWorker)" , function ( ) {
88 const worker = new Worker ( "/base/dist-test/webworker.js" ) ;
Original file line number Diff line number Diff line change 11// Copyright (c) Microsoft Corporation.
22// Licensed under the MIT license.
33
4- import { assert } from "chai" ;
54import { computeSha256Hash , computeSha256Hmac } from "../../src/index" ;
5+ import { assert } from "chai" ;
66
77describe ( "SHA-256" , function ( ) {
88 describe ( "Hash" , function ( ) {
You can’t perform that action at this time.
0 commit comments