helpyourneighbour/backend/node_modules/create-jest
2026-03-19 23:10:50 +00:00
..
bin feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
build feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
node_modules feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
LICENSE feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
package.json feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00
README.md feat(auth): implement user authentication system 2026-03-19 23:10:50 +00:00

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