In the Readme, the following command is provided to run tests: `npm run -- --test` It can be found in [this section of the readme](https://github.com/bjssacademy/react-tdd?tab=readme-ov-file#check-were-all-set-). This command raises the error: `npm error Missing script: "--test"`. The command to get the desired result is `npm run test`.