UNPKG

jest-spec-reporter

Version:
6 lines (4 loc) 133 B
describe('Jest Spec reporter', () => { it('this is a passing test', () => {}); it.skip('this is a pending test', () => {}); });