ljubi a81aaebda8 3 tests | hace 5 meses | |
---|---|---|
.. | ||
bin | hace 5 meses | |
build | hace 5 meses | |
node_modules | hace 5 meses | |
LICENSE | hace 5 meses | |
README.md | hace 5 meses | |
package.json | hace 5 meses |
Getting started with Jest with a single command
npm init jest@latest
# Or for Yarn
yarn create jest
# Or for pnpm
pnpm create jest