xv icon indicating copy to clipboard operation
xv copied to clipboard

🙅‍♀️ ✌️ fastest test runner

Results 1 xv issues
Sort by recently updated
recently updated
newest added

```js let testCases = [ /* ... */ ] /* works */ exports.testAll = async () => { await Promise.all(testCases).map(async item => { /**/ }) } /* runtime exports can't...