chatterbox-ui/node_modules/create-jest
Steve White 4a294608b1 Working layout. 2025-06-05 17:38:12 -05:00
..
bin Working layout. 2025-06-05 17:38:12 -05:00
build Working layout. 2025-06-05 17:38:12 -05:00
LICENSE Working layout. 2025-06-05 17:38:12 -05:00
README.md Working layout. 2025-06-05 17:38:12 -05:00
package.json Working layout. 2025-06-05 17:38:12 -05:00

README.md

create-jest

Getting started with Jest with a single command

npm init jest@latest
# Or for Yarn
yarn create jest
# Or for pnpm
pnpm create jest