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.
browser-ava --webkit --chromium --firefox tests/*.mjs
- only supports ESM
- pluralize
- utf8EncodingOptions
- importsConditionOrder
- exportsConditionOrder
- resolveExports
- resolveImport
Pluralize subjects
Returns string pluralized subject if number > 1
Type: BufferEncoding
Order in which imports are searched
Order in which exports are searched
Find module inside a package.
Returns (string | undefined) module file name relative to package
Maps import url from node to browser view.