Add MurmurHash3 Tests and normalize filename

This commit is contained in:
Alice 2024-02-06 13:03:15 -05:00 committed by Allie
parent 20db43c0a8
commit 59b97bfccb
2 changed files with 56 additions and 0 deletions

View file

@ -66,6 +66,7 @@ import "./tests/LZNT1Decompress.mjs";
import "./tests/MS.mjs";
import "./tests/Magic.mjs";
import "./tests/MorseCode.mjs";
import "./tests/MurmurHash3.mjs";
import "./tests/NetBIOS.mjs";
import "./tests/NormaliseUnicode.mjs";
import "./tests/OTP.mjs";