- Node v25.9.0
- PNPM 10.30.3
$ pnpm initYou will be asked some questions, but just keep tapping "Enter" key.
$ pnpm install --save-dev jest babel-jest babel-core @babel/core @babel/preset-env$ pnpm install --save-dev jest babel-jestTo execute all unit tests, run npx jest.
$ pnpm jest
PASS __tests__/hello.test.js (24.047 s)
✓ Hello (3 ms)
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 48.781 s
Ran all test suites.