UNPKG

@esm-bundle/chai

Version:

BDD/TDD assertion library for node.js and the browser. Test framework agnostic.

36 lines (20 loc) 1 kB
# chai [![npm version](https://img.shields.io/npm/v/@esm-bundle/chai.svg?style=flat)](https://www.npmjs.com/package/@esm-bundle/chai) [![](https://data.jsdelivr.com/v1/package/npm/@esm-bundle/chai/badge)](https://www.jsdelivr.com/package/npm/@esm-bundle/chai) ["What is this" blog post](https://medium.com/@joeldenning/an-esm-bundle-for-any-npm-package-5f850db0e04d) [Instructions for creating a new esm-bundle repo](https://github.com/esm-bundle/new-repo-instructions) A repo that tests automatic detection of upstream publishes and the publishing of `@esm-bundle` versions of them. Upstream repo at https://www.npmjs.com/package/chai. ## JS Delivr https://cdn.jsdelivr.net/npm/@esm-bundle/chai/esm/chai.js https://cdn.jsdelivr.net/npm/@esm-bundle/chai/system/chai.js ## Unpkg https://unpkg.com/@esm-bundle/chai/esm/chai.js https://unpkg.com/@esm-bundle/chai/system/chai.js ## Npm ```sh npm install --save chai@npm:@esm-bundle/chai ``` ## Yarn ```sh yarn add chai@npm:@esm-bundle/chai ```