verbose-reporter.js 102 B

12345678910
  1. import test from 'ava';
  2. test('unicorn', t => {
  3. t.pass();
  4. });
  5. test('rainbow', t => {
  6. t.pass();
  7. });