1.0.0 • Published 3 years ago

isomorphic-assert v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

isomorphic-assert

For use in isomorphic test suites where you need an assert library which works the same in both Node.js and the browser.

npm install --save-dev isomorphic-assert

The exported async function returns either assert (in Node.js context) or chai assert (Browser). Both are interchangeable.

import getAssert from 'isomorphic-assert'
const assert = await getAssert()

© 2019-21 Lloyd Brookes \75pound@gmail.com\.

Isomorphic test suite by test-runner and web-runner.

1.0.0

3 years ago

0.2.0

3 years ago

0.1.1

5 years ago

0.1.0

5 years ago