UNPKG

matrix-react-sdk

Version:
9 lines (8 loc) 303 B
/** * 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;