mirror of
https://github.com/gchq/CyberChef
synced 2026-01-10 12:33:16 +00:00
Tests now display a progress bar and report long running tests
This commit is contained in:
@@ -35,6 +35,7 @@ setLongTestFailure();
|
||||
|
||||
const logOpsTestReport = logTestReport.bind(null, testStatus);
|
||||
|
||||
TestRegister.runApiTests()
|
||||
.then(logOpsTestReport);
|
||||
|
||||
(async function() {
|
||||
const results = await TestRegister.runApiTests();
|
||||
logOpsTestReport(results);
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user