0.2.0 • Published 5 years ago
expectus v0.2.0
Expectus
A chai.js inspired testing assertion library for the browser and node.
Usage
npm install --save-dev expectus
# or via yarn
yarn add -D expectusInside your test code:
expect("foo").to.equal("foo");License
MIT, see the LICENSE file.