Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
makenotabuggreatagain
/
ava
Watch
0
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
a4f741cfb7
Branches
Tags
master
ava
/
bench
/
serial
/
sync.js
sync.js
99 B
History
Raw
1
2
3
4
5
6
import test from '../..';
for (let i = 0; i < 10000; i++) {
test.serial(`test${i}`, () => {});
}