jasmine-jquery
jasmine-jquery copied to clipboard
jQuery matchers and fixture loader for Jasmine framework
This module can't be brought into a [browserify](http://browserify.org/) project because it isn't a CommonJS compatible module. It also can't be easily shimmed because it doesn't correspond to any module system...
It's hard to debug when a test that fails with invalid CSS, since there is no actual/expected message associated with the failure.
This is for `1.7.x`. I can also submit another one for master if you would like. The old output included the entire DOM structure which made it hard to parse
...use of failure. Different error messages if - element not found - attribute not found - incorrect attribute value See issue #184
Hi: jasmine-ajax support manually install and uninstall, so import fixtures doesn't have to call `preloadFixtures` method.
spyOnEvent should return a spy object, as per spyOn. I'd expect an event spy to provide: .calls.any() .calls.count() .calls.mostRecent() .calls.first() .calls.reset() .calls.argsFor(index) .calls.allArgs()
After upgrading from 2.1.0 to the latest version of `jasmine-jquery` in my test, and all of my existing tests are failing, with below error `PhantomJS 1.9.7 (Windows 7) app test...
It looks like 1.3.x versions were all removed?
Loading fixtures before a test, loads the fixtures after the javascript has been triggered. Is there a way to avoid this. http://stackoverflow.com/questions/12715207/how-can-i-get-my-jasmine-tests-fixtures-to-load-before-the-javascript-considers The accepted answer suggests to load the script...
Hello everyone, I am using Jasmine (2.0) together with RequireJS to run unit tests. Window and Jquery objects load just fine. However, jasmine-jquery fails to get Jasmine object. While inspecting,...