public icon indicating copy to clipboard operation
public copied to clipboard

Feature request: Zora test runner

Open bompus opened this issue 4 years ago • 0 comments

Feature request: Zora test runner

I'd like to request support for Zora, which is the fastest test runner I've found so far. There is mention of it in https://github.com/wallabyjs/public/issues/2487#issuecomment-666009023 but not an official feature request that I've seen yet.

Zora supports node, deno, and browser. For JS formats, it supports CommonJS, ESM, and TypeScript.

For node, their test runner binary is called pta and coverage is provided by c8 as shown in their node-es example. You can go up the examples repo to see the cjs, ts, and browser examples.

There is a benchmark against Jest, Ava, Mocha, uvu published by the author for those interested.

bompus avatar Sep 18 '21 02:09 bompus