hanbi-chai

Chai extensions for the hanbi testing library.

Usage no npm install needed!

<script type="module">
  import hanbiChai from 'https://cdn.skypack.dev/hanbi-chai';
</script>

README

npm

hanbi-chai

hanbi-chai is a small set of extensions to chai for the hanbi testing library.

Install

$ npm i -D hanbi-chai

Usage

To use these extensions, simply call chai.use like so:

import hanbiChai from 'hanbi-chai';
import * as chai from 'chai';

chai.use(hanbiChai);

API

TBD