/expectus

Primary LanguageTypeScriptMIT LicenseMIT

Expectus

This is a prototype and not recommended to be used in production yet

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.