matrix-react-sdk
Version:
SDK for matrix.org using React
9 lines (8 loc) • 303 B
TypeScript
/**
* Allows to filter out specific messages in console.*.
* Call this from any describe block.
* Automagically restores the original function by implementing an afterAll hook.
*
* @param ignoreList Messages to be filtered
*/
export declare const filterConsole: (...ignoreList: string[]) => void;