Skip to content

Commit

Permalink
Update docs to reflect test flow (#9581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Bulczak committed Sep 22, 2022
1 parent ce66e96 commit f4490ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/12.1.2/docs/react/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To start local development server call `npm run start`. Now you can visit http:/

### Testing

In order to run tests for this project call `npm run start` which will launch the development server and after the server is running, call `npm run test` to run test specs.
In order to run tests for this project call `npm run build` which will build the project, then call `npm run test` to run test specs.

### Forking

Expand Down

0 comments on commit f4490ff

Please sign in to comment.