aboutsummaryrefslogtreecommitdiff
path: root/test/js/node/crypto/crypto.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/node/crypto/crypto.test.ts')
-rw-r--r--test/js/node/crypto/crypto.test.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/js/node/crypto/crypto.test.ts b/test/js/node/crypto/crypto.test.ts
index b5b8e9286..afec25813 100644
--- a/test/js/node/crypto/crypto.test.ts
+++ b/test/js/node/crypto/crypto.test.ts
@@ -1,6 +1,5 @@
import { sha, MD5, MD4, SHA1, SHA224, SHA256, SHA384, SHA512, SHA512_256, gc, CryptoHasher } from "bun";
import { it, expect, describe } from "bun:test";
-import { readFileSync } from "fs";
const HashClasses = [MD5, MD4, SHA1, SHA224, SHA256, SHA384, SHA512, SHA512_256];