UNPKG

jest-progress-bar-reporter

Version:
10 lines (7 loc) 203 B
const { DELAY_MS } = require('./conf'); describe('Test suite #1', () => { it('this is a passing test', (done) => { setTimeout(done, DELAY_MS); }); it('this is a passing test', () => {}); });