diff options
| -rw-r--r-- | INSTALL.md | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/INSTALL.md b/INSTALL.md index 5ed8ca9f1..b77956dfa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -169,6 +169,8 @@ bundle exec rake referential:create  #### Run tests +#### Rspec  +  ```sh  bundle exec rake spec  bundle exec rake teaspoon @@ -180,7 +182,10 @@ If Postgres complains about illegal type `hstore` or `unaccent` in your tests th  Thanks to `lib/tasks/extensions.rake`. +#### Jest (React integration specs) +`grunt jest` to run the whole specs. +`grunt` to watch for changes and automatically run corresponding tests.  #### Start local server | 
