瀏覽代碼

Update README.md for running tests

Andrew Swistak 7 年之前
父節點
當前提交
13b88f26c5
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -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`.