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 <[email protected]>.
Isomorphic test suite by test-runner and web-runner.