bs-chai

Bucklescript bindings to chai

Usage no npm install needed!

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

README

bs-chai

Bucklescript bindings to chai

Installation

Install the project:

npm install bs-chai --save-dev

And add the dependency to your bs dependencies in bsconfig.json:

"bs-dev-dependencies": [
  "bs-chai"
]

It'll be available under the BsChai namespace

License

Licensed under the BSD-3-Clause license. See LICENSE