From 027f0093ed23961ba7d8aae5df80d8f57ccc9038 Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 26 Apr 2016 10:05:19 +0800 Subject: [PATCH] documentation --- app/assets/javascripts/README-testing-js.md | 2 +- doc/RspecTesting.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -