fix: turn off enableLogRedirect

pull/3056/head
William Grant 2 years ago
parent c3334d09e4
commit 6c93639c4b

@ -86,7 +86,7 @@ export function stubWindow<K extends keyof Window>(fn: K, value: WindowValue<K>)
}; };
} }
export const enableLogRedirect = true; export const enableLogRedirect = false;
export const stubWindowLog = () => { export const stubWindowLog = () => {
stubWindow('log', { stubWindow('log', {

Loading…
Cancel
Save