web-ext icon indicating copy to clipboard operation
web-ext copied to clipboard

Consider running tests in ava for a speed boost

Open kumar303 opened this issue 7 years ago • 0 comments

Is this a feature request or a bug?

Feature request

What is the current behavior?

The tests are slow.

What is the expected or desired behavior?

The tests should be fast!

I was looking at ava because it promises a speed-up for I/O heavy tests (like the web-ext test suite). I fiddled with it a bit but I think it requires moving web-ext to babel 7 first. Switching to ava might be better than Jest (https://github.com/mozilla/web-ext/issues/1279) but I don't know.

Note that ava 1.0.0 is about to come out. They have just published 1.0.0-rc.1.

kumar303 avatar Oct 16 '18 19:10 kumar303