mirror of
https://github.com/gchq/CyberChef
synced 2026-01-03 09:03:37 +00:00
Tests now display a progress bar and report long running tests
This commit is contained in:
@@ -1335,7 +1335,7 @@ export function sendStatusMessage(msg) {
|
||||
self.sendStatusMessage(msg);
|
||||
else if (isWebEnvironment())
|
||||
app.alert(msg, 10000);
|
||||
else if (isNodeEnvironment())
|
||||
else if (isNodeEnvironment() && !global.TESTING)
|
||||
// eslint-disable-next-line no-console
|
||||
console.debug(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user