/browser-ava

run ava test in the browser

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

npm License Open Bundle downloads GitHub Issues Build Status Coverage Status

browser-ava

Run ava tests in the browser

What it does

If your code does not depend on any node api (process, fs, ...) then this runner allows to run your ava test inside the browser.

Running your tests

browser-ava --webkit --chromium --firefox tests/*.mjs

limitations

  • only supports ESM

install

npm -g install browser-ava