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