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