c2a02dbdf6
- 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
4 lines
60 B
JavaScript
4 lines
60 B
JavaScript
// beforeEach(function() {
|
|
// clearAjaxRequests();
|
|
// });
|