Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit d651acc

Browse files
committed
Updated read me
1 parent cce3693 commit d651acc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,18 @@ Killing the application (and remove data volumes):
7171
docker-compose down --volumes
7272
```
7373

74-
Running RSpec tests:
74+
Running backend RSpec tests:
7575

7676
```
7777
docker-compose run backend rspec
7878
```
7979

80+
Running Jest (JS) specs:
81+
82+
```
83+
dc run frontend yarn test
84+
```
85+
8086
# Architecture
8187

8288
The application can be built using `docker-compose up --build`.

0 commit comments

Comments
 (0)