1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Remove another crypto mention. None of this is crypto specific.

This commit is contained in:
David Baker
2023-10-20 16:11:48 +01:00
parent 31f38550e3
commit c4f3fd3289

View File

@@ -19,7 +19,7 @@ import NodeBuffer from "node:buffer";
import { decodeBase64, encodeBase64, encodeUnpaddedBase64 } from "../../src/base64";
describe.each(["browser", "node"])("Crypto Base64 encoding (%s)", (env) => {
describe.each(["browser", "node"])("Base64 encoding (%s)", (env) => {
let origBuffer = Buffer;
beforeAll(() => {