skip-only.js 67 B

123456
  1. import test from '../..';
  2. test.skip('test', t => {
  3. t.fail();
  4. });