This commit is contained in:
kossithedon 2025-04-14 03:39:17 +00:00 committed by GitHub
commit aaff64fb10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 654 additions and 0 deletions

View file

@ -176,6 +176,8 @@ import "./tests/JSONtoYAML.mjs";
import "./tests/YARA.mjs";
import "./tests/ParseCSR.mjs";
import "./tests/XXTEA.mjs";
import "./tests/NTPTimestampToUNIXTimestamp.mjs";
import "./tests/UNIXTimestampToNTPTimestamp.mjs";
const testStatus = {
allTestsPassing: true,