mirror of
https://github.com/AppFlowy-IO/AppFlowy-Web.git
synced 2025-11-30 11:27:55 +08:00
chore: fix test
This commit is contained in:
@@ -44,7 +44,7 @@ function installConsoleInterceptors(win: any) {
|
||||
};
|
||||
consoleLogs.push(logEntry);
|
||||
|
||||
// Immediately output to Node.js console for CI visibility
|
||||
// Immediately output to Cypress task for CI visibility
|
||||
const message = stringifyArgs(args);
|
||||
const logMessage = `[${new Date().toISOString()}] [CONSOLE.${method.toUpperCase()}] ${message}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user