I just got done setting up karma-jasmine in my solution. On the initial test run, I get an error:
Error during loading: Uncaught TypeError: $(...).tooltip is not a function in src.js
tooltip being a function from bootstrap.js. This library is being pulled into my .asp file along with my src.js file being tested. Is there a way to let karma-jasmine know that this function does indeed exist?