From de789bfb33a230c38396cd21d746e8a96302d9b1 Mon Sep 17 00:00:00 2001 From: atsiv sivat Date: Sat, 31 Jan 2026 15:55:54 +0000 Subject: [PATCH] Add IEEEBinary test file to index file for tests --- tests/operations/index.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/operations/index.mjs b/tests/operations/index.mjs index f147e9e7c..06dfac5b4 100644 --- a/tests/operations/index.mjs +++ b/tests/operations/index.mjs @@ -85,6 +85,7 @@ import "./tests/HaversineDistance.mjs"; import "./tests/Hex.mjs"; import "./tests/Hexdump.mjs"; import "./tests/HKDF.mjs"; +import "./tests/IEEEBinary.mjs"; import "./tests/Image.mjs"; import "./tests/IndexOfCoincidence.mjs"; import "./tests/JA3Fingerprint.mjs";