Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 180 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 180 Bytes

Stryker does not work with Jest 28

npm install
npm test

Expected no error, but got an error.

Roll back to Jest 27, and it works.

npm install jest@27
npm test