Skip to content

Commit

Permalink
Document yarn test:gen-server (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
fflorent authored Jan 6, 2025
1 parent 546feb5 commit 3d482ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ You may run the tests using one of these commands:
- `yarn test:nbrowser` to run the end-to-end tests
- `yarn test:client` to run the tests for the client libraries
- `yarn test:common` to run the tests for the common libraries shared between the client and the server
- `yarn test:server` to run the backend tests
- `yarn test:server` and `yarn test:gen-server` to run the backend tests depending on where the feature you would like to test resides (respectively `app/server` or `app/gen-server`)
- `yarn test:docker` to run some end-to-end tests under docker
- `yarn test:python` to run the data engine tests

Expand Down

0 comments on commit 3d482ed

Please sign in to comment.