CDN Resources for expect
Various ways to access expect via Content Delivery Networks
Package Installation
npm
npm install expect
yarn
yarn add expect
pnpm
pnpm add expect
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/expect"></script>
Unpkg
<script src="https://unpkg.com/expect"></script>
jsDelivr ESM
<script type="module">
import expect from 'https://cdn.jsdelivr.net/npm/expect/+esm';
</script>
Skypack
<script type="module">
import expect from 'https://cdn.skypack.dev/expect';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages