@agoric/ses-ava

v0.1.0
Virtualize Ava's test to work better under SES.

build

rollup --config rollup.config.js

clean

rm -rf dist

lint

yarn lint:types && yarn lint:js

lint:types

tsc --build jsconfig.json

lint:js

eslint '**/*.js'

lint-fix

eslint --fix '**/*.js'

prepublish

yarn clean && yarn build

test

yarn ava
npm i @agoric/[email protected]

Metadata

Downloads