8000 GitHub - bundled-es-modules/chai
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bundled-es-modules/chai

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0