documentation
This commit is contained in:
parent
10e82b696a
commit
027f0093ed
2 changed files with 5 additions and 1 deletions
|
@ -4,6 +4,6 @@ Change directories to where this file is, and then run
|
||||||
|
|
||||||
to set up your testing environment. Then use
|
to set up your testing environment. Then use
|
||||||
|
|
||||||
npm run test
|
npm test
|
||||||
|
|
||||||
to see the results of testing the current javascript files.
|
to see the results of testing the current javascript files.
|
||||||
|
|
|
@ -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
|
## Testing with RSpec
|
||||||
|
|
||||||
RSpec is a ruby gem that allows you to test your code base. This is great -
|
RSpec is a ruby gem that allows you to test your code base. This is great -
|
||||||
|
|
Loading…
Add table
Reference in a new issue