We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d79e5a commit b5789d3Copy full SHA for b5789d3
src/node/mods/index.test.ts
@@ -8,7 +8,7 @@ function equals(a: Uint8Array, b: Uint8Array) {
8
return ba.equals(bb)
9
}
10
11
-test("SHA-1", async () => {
+test("hash", async () => {
12
await initBundled()
13
14
const hello = new TextEncoder().encode("Hello World")
0 commit comments