diff --git a/docs/getting-started.md b/docs/getting-started.md index b1a86d22c..42d9626ff 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -139,11 +139,11 @@ $ yarn run lint To launch unit tests: ```shell -$ yarn run test # Run unit tests with Mocha +$ yarn run test # Run unit tests with Jest $ yarn run test:watch # Launch unit test runner and start watching for changes ``` -By default, [Mocha](https://mochajs.org/) test runner is looking for test files +By default, [Jest](https://jestjs.io/) test runner is looking for test files matching the `src/**/*.test.js` pattern. Take a look at `src/components/Layout/Layout.test.js` as an example.