Saturday, 28 September 2013

How to add jquery to jasmine/angularjs unittests

How to add jquery to jasmine/angularjs unittests

I have a project which is builded on plain angular.js code. We creates
unittest with jasmine. But now we need to grab some 3rd party components
(some directives from Angular-Bootstrap), which is also pure angular.js
inside, but for testing that components some jQuery code and methods calls
used. And now a lot of 3rd party tests failed with exception like [object]
had no method 'trigger' and stuff like that
So my question is how to include jquery to my tests, to make 3rd party
unitests valid. I run tests with Karma.

No comments:

Post a Comment