3 lines
132 B
JavaScript
3 lines
132 B
JavaScript
// Replace the jest console with the normal one (jest makes console.log too verbose)
|
|
global.console = await import("node:console");
|