diff --git a/app/assets/javascripts/README-testing-js.md b/app/assets/javascripts/README-testing-js.md index 7ff274e9..d83a29e1 100644 --- a/app/assets/javascripts/README-testing-js.md +++ b/app/assets/javascripts/README-testing-js.md @@ -4,6 +4,6 @@ Change directories to where this file is, and then run to set up your testing environment. Then use - npm run test + npm test to see the results of testing the current javascript files. diff --git a/doc/RspecTesting.md b/doc/RspecTesting.md index 82cf74f7..d17dc0dd 100644 --- a/doc/RspecTesting.md +++ b/doc/RspecTesting.md @@ -1,3 +1,7 @@ +## Testing Javascript + +Javascript tests are under construction, but you can read more in the README in `app/assets/javascripts`. + ## Testing with RSpec RSpec is a ruby gem that allows you to test your code base. This is great -