Skip to content

Commit

Permalink
remove mocha form docs (getting started) (#1729)
Browse files Browse the repository at this point in the history
  • Loading branch information
aguscha333 authored and langpavel committed May 19, 2019
1 parent 8d6c018 commit 59d8c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 59d8c60

Please sign in to comment.