On my machine (macOS Monterey 12.7.2, npm 10.8.1, node 22) the tests completed.
However, running npm install will still throw warns about glob, rimraf, etc. This is because the current version of jest hasn't been updated yet - jest's version "3.0.0-alpha5" bumps all these packages (https://github.com/jestjs/jest/blob/main/package.json).
On my machine (macOS Monterey 12.7.2, npm 10.8.1, node 22) the tests completed.
However, running
npm install
will still throw warns about glob, rimraf, etc. This is because the current version of jest hasn't been updated yet - jest's version "3.0.0-alpha5" bumps all these packages (https://github.com/jestjs/jest/blob/main/package.json).