This commit is contained in:
Jonathan Homer 2025-05-12 16:44:32 +01:00 committed by GitHub
commit 021194918f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 102 additions and 0 deletions

View file

@ -179,6 +179,7 @@ import "./tests/JSONtoYAML.mjs";
import "./tests/YARA.mjs";
import "./tests/ParseCSR.mjs";
import "./tests/XXTEA.mjs";
import "./tests/ExtractBitcoinAddresses.mjs";
const testStatus = {
allTestsPassing: true,