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, 1 insertions, 0 deletions
diff --git a/test/js/node/crypto/crypto.test.ts b/test/js/node/crypto/crypto.test.ts
index afec25813..b5b8e9286 100644
--- a/test/js/node/crypto/crypto.test.ts
+++ b/test/js/node/crypto/crypto.test.ts
@@ -1,5 +1,6 @@
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];