CDN Resources for jest-cli
Various ways to access jest-cli via Content Delivery Networks
Package Installation
npm
npm install jest-cliyarn
yarn add jest-clipnpm
pnpm add jest-cliCDN 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