Files
aniplay-api/testSetup.ts

4 lines
79 B
TypeScript

if (process.env.SHOULD_LOG_ERRORS === "false") {
console.error = () => {};
}