sync.js 99 B

123456
  1. import test from '../..';
  2. for (let i = 0; i < 10000; i++) {
  3. test.serial(`test${i}`, () => {});
  4. }