browser-ava

2.3.31 • Public • Published

npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities 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

Scrrenshot

limitations

  • only supports ESM

API

Table of Contents

pluralize

Pluralize subjects

Parameters

  • word string subject to be pluralized
  • number number if > 1 pluralize otherwize keep subject alone

Returns string pluralized subject if number > 1

utf8EncodingOptions

Type: BufferEncoding

importsConditionOrder

Order in which imports are searched

exportsConditionOrder

Order in which exports are searched

resolveExports

Find module inside a package.

Parameters

Returns (string | undefined) module file name relative to package

resolveImport

Maps import url from node to browser view.

Parameters

  • name string module to resolve
  • base string where to start resolving

Returns Promise<string> resolved import url

/browser-ava/

    Package Sidebar

    Install

    npm i browser-ava

    Weekly Downloads

    2,292

    Version

    2.3.31

    License

    0BSD

    Unpacked Size

    129 kB

    Total Files

    13

    Last publish

    Collaborators

    • arlac77