// Replace the jest console with the normal one (jest makes console.log too verbose) global.console = await import("node:console");