4.3.7 • Published 1 year ago

@bundled-es-modules/chai v4.3.7

Weekly downloads
411
License
-
Repository
-
Last release
1 year ago

chai

This is a mirror of chai, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/chai
bower install bundled-es-modules/chai

Use

<script type="module">
  import { chai, expect, should, assert } from '@bundles-es-modules/chai';
  // or directly
  import chai from '@bundles-es-modules/chai/chai.js';
</script>

Bower use

<script type="module">
  import { chai, expect, should, assert } from 'chai';
  // or directly
  import chai from 'chai/chai.js';
</script>