Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Commit 0c83832

Browse files
committed
Merge pull request #3 from mbst/update-test-libs
Add testing guidelines
2 parents b02bc38 + e069caf commit 0c83832

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,13 +1544,10 @@ If your editor/IDE isn't listed above, a list of available plugins can be found
15441544
15451545
## Testing
15461546
1547-
- **Yup.**
1548-
1549-
```javascript
1550-
function() {
1551-
return true;
1552-
}
1553-
```
1547+
- **Libraries**
1548+
- [Jasmine](http://jasmine.github.io/) for running tests.
1549+
- [Sinon](http://sinonjs.org/) for stubs and mocks.
1550+
- [FrisbyJS](http://frisbyjs.com/) for testing api’s and endpoints.
15541551
15551552
**[⬆ back to top](#table-of-contents)**
15561553

0 commit comments

Comments
 (0)