Update index.mjs

This commit is contained in:
Didier Stevens 2025-02-16 19:40:10 +01:00
parent b54c009798
commit 20b2f56039

View file

@ -179,4 +179,4 @@ const logOpsTestReport = logTestReport.bind(null, testStatus);
(async function() {
const results = await TestRegister.runTests();
logOpsTestReport(results);
})();
})();