jasmine-fake-ajax
jasmine-fake-ajax copied to clipboard
Fake (or mock if you will) Ajax to be used with the Jasmine BDD framework & jQuery Ajax.
Results
2
jasmine-fake-ajax issues
Sort by
recently updated
recently updated
newest added
There should be an option for overriding the default behavior (fake/ignore ajax). Sometimes the default behavior should be to use real ajax by default. E.g. if tests require a running...
I need to assert something after a fail handler that depends on $.ajax returning a jQuery Deferred (or jqXHR) object. e.g. Running a test like this: ``` coffeescript it 'will...