This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
jasmine-ajax
Watch
1
Star
0
Fork
0
You've already forked jasmine-ajax
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4595b81f6a
jasmine-ajax
/
spec
/
helpers
/
spec-helper.js
4 lines
60 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Rework jasmine ajax to behave more like the jasmine clock and spys - use an instance of MockAjax for nicer tests - the only global install is `mockAjax` - mockAjax has a `requests` to track requests that have been made - mockAjax has a `stubs` to track stubs that have been registered - use just `install` and `uninstall` to be consistent with clock
2013-10-12 13:16:22 +08:00
// beforeEach(function() {
// clearAjaxRequests();
// });
Reference in New Issue
Copy Permalink