❯ npm run test --workspaces > project-one@0.0.0 test > jest PASS src/demo.test.ts PASS src/App.test.tsx Test Suites: 2 passed, 2 total Tests: 2 passed, 2 total Snapshots: 0 total Time: 2.037 s Ran all test suites. > project-two@0.0.0 test > jest PASS src/demo.test.ts PASS src/App.test.tsx Test Suites: 2 passed, 2 total Tests: 2 passed, 2 total Snapshots: 0 total Time: 1.608 s, estimated 2 s Ran all test suites.