All files / app/common/error NoopErrorLogger.ts

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8    81x 81x 5x   81x  
import ErrorLogger from './ErrorLogger';
 
export default class NoopErrorLogger implements ErrorLogger {
    log() {
        return;
    }
}