UNPKG

@nestjs/testing

Version:

Nest - modern, fast, powerful node.js web framework (@testing)

13 lines (12 loc) 345 B
import { ConsoleLogger } from '@nestjs/common'; /** * @publicApi */ export declare class TestingLogger extends ConsoleLogger { constructor(); log(message: string): void; warn(message: string): void; debug(message: string): void; verbose(message: string): void; error(message: string, ...optionalParams: any[]): void; }