UNPKG

bron

Version:
10 lines (5 loc) 202 B
import test from '../index.js'; test.only('should not be skipped', () => {}); test('should be skipped', () => {}); test.only('should not be skipped', () => {}); test('should be skipped', () => {});