jasmine-dom
jasmine-dom copied to clipboard
An add-on for the Jasmine Javascript test framework
Are there any plans to package this as a node module useable as a Karma framework, much like jasmine-jquery has been packaged as [karma-jasmine-jquery](https://www.npmjs.com/package/karma-jasmine-jquery)? If not, would you know how...
The code uses features like `[].indexOf()` and `[].slice.call()` on objects that don't support it on IE8. I've added fallbacks/replacements where needed in order to address this. `jasmine.DOM.indexOf` has been added...
Maybe I am doing something wrong here, but I get an error in Jasmine 1.2: ``` TypeError: Cannot call method 'appendChild' of null TypeError: Cannot call method 'appendChild' of null...