Run ava tests in the browser
npm install browser-ava








Run ava tests in the browser
If your code does not depend on any node api (process, fs, ...) then this runner allows to run your ava test inside the browser.
``console`
browser-ava --webkit --chromium --firefox tests/*.mjs
* only supports ESM
* pluralize
* Parameters
* utf8EncodingOptions
* importsConditionOrder
* exportsConditionOrder
* resolveExports
* Parameters
* resolveImport
* Parameters
Pluralize subjects
* word string subject to be pluralizednumber
* number if > 1 pluralize otherwize keep subject alone
Returns string pluralized subject if number > 1
Type: BufferEncoding
* See: {
Order in which imports are searched
* See: {
Order in which exports are searched
Find module inside a package.
* parts Array<string> pkg
* Object decoded package.json content
Returns (string | undefined) module file name relative to package
Maps import url from node to browser view.
* name string module to resolvebase` string where to start resolving
*