From 3d482edb6dd3b6d1bd96425730df554a5b1d3f9d Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 6 Jan 2025 16:12:33 +0100 Subject: [PATCH] Document yarn test:gen-server (#1364) --- documentation/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/develop.md b/documentation/develop.md index 4a7afb366f..b071c3b125 100644 --- a/documentation/develop.md +++ b/documentation/develop.md @@ -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