0.2.0 • Published 4 years ago

expectus v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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 expectus

Inside your test code:

expect("foo").to.equal("foo");

License

MIT, see the LICENSE file.

0.2.0

4 years ago

0.1.0

4 years ago