UNPKG

jest-slow-test-highlighter

Version:

A custom Jest reporter that identifies and reports on the slowest running tests in your test suite.

4 lines (3 loc) 99 B
'use strict'; const reporter = require('./src/SlowTestHighlighter'); module.exports = reporter;