https://github.com/thefrontside/jasmine.backbone.js
Jasmine matchers and utilities for testing Backbone.js applications
https://github.com/thefrontside/jasmine.backbone.js
Last synced: 11 months ago
JSON representation
Jasmine matchers and utilities for testing Backbone.js applications
- Host: GitHub
- URL: https://github.com/thefrontside/jasmine.backbone.js
- Owner: thefrontside
- Created: 2011-06-22T18:00:49.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T19:26:07.000Z (over 10 years ago)
- Last Synced: 2025-04-14T23:43:49.704Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/thefrontside/jasmine.backbone.js
- Size: 4.88 KB
- Stars: 24
- Watchers: 13
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jasmine + Backbone
Patterns emerge when testing a backbone application with jasmine, especially when it comes to
stating expectations. These matchers aim to make your test cases more compact, readable and fun to
write.
This list is by no means exhaustive, so please do contribute any that you have found useful.
## Code of Conduct
Please note that this project is released with a Contributor Code of
Conduct. By participating in this project you agree to abide by its
terms, which can be found in the `CODE_OF_CONDUCT.md` file in this
repository.