Add smoke test for annotations features

This commit is contained in:
Matt Weiden
2020-02-12 19:33:18 -08:00
parent ac13b31e13
commit ab141f2a7b
21 changed files with 2937 additions and 76 deletions
+1
View File
@@ -21,6 +21,7 @@ Client and server tests run on Travis CI for every push, PR, and commit to maste
### Unit tests
Steps to run the all unit tests:
1. Start in the project root directory
1. [Load an environment](#Environment)
1. `make dev-env`
1. `make unit-test`
-1
View File
@@ -134,4 +134,3 @@ You can also use `CXG_OPTIONS` to pass options to the `cellxgene launch` command
**About** Runs backend tests without starting the server. You will need to start the rest api separately with the pbmc3k.h5ad file. Note you can use the `JEST_ENV` environment variable to change how JEST runs in the browser.
**Usage** `make e2e`