UNPKG

lite-unit-test

Version:

Its a wrapper tool to build unit test in node with the native assert library

14 lines (13 loc) 359 B
declare class CliForTests { produceTestReport(limit: number, successes: number, errors: { name: string; error: string; }[]): void; private renderErrorDetails; private renderObjectStyle; private horizontalLine; private centered; private verticalSpace; } declare const _default: CliForTests; export default _default;