|
|
@@ -7,4 +7,5 @@ To run the app in development, you need to make a Postgres database
|
|
|
`pokemon_trade_dev`. Then you can run the app via `foreman start -f
|
|
|
Procfile.dev`.
|
|
|
|
|
|
-For tests, `rspec` is sufficient.
|
|
|
+For Rails tests, run `rspec`.
|
|
|
+For Javascript tests, run `yarn test`.
|