Getting started with Jest with a single command
```bash npm init jest@latest
yarn create jest
pnpm create jest ```