We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dfbc0 commit d4b4395Copy full SHA for d4b4395
1 file changed
schemes/_wasm/test.ts
@@ -28,7 +28,7 @@ describe("digestSync", () => {
28
29
it("should work SHA-256 hashing", () => {
30
const result = Crypto.subtle.digestSync(
31
- 'SHA-256',
+ "SHA-256",
32
new TextEncoder().encode(Sha256.input),
33
);
34
0 commit comments