How do I "include" angular-jasmine-matchers in my jasmine based tests?

I am trying to use the angularjs-jasmine-matchers

Jasmine framework extension to test my angularJs project. According to the documentation on the project page, it can be installed using Bower as follows:

bower install angularjs-jasmine-matchers --save

I did this and the file matchers.js

was generated somewhere in my folder bower-components

(in my user profile folder, not in my project).

Now what? How do I reference this file from my test project? Do I need to copy the file to a specific location?

+3


source to share





All Articles