meteor-velocity / html-reporter

HTML reporter for Meteor velocity testing framework
MIT License
23 stars 20 forks source link

Cannot close the test modal #75

Closed sungwoncho closed 9 years ago

sungwoncho commented 9 years ago

I have just added velocity:html-reporter and sanjo:jasmine into my project, and I am seeing a side modal with test info.

When I click x on the top right corner to close it, I get

Uncaught TypeError: undefined is not a function

According to the browser console, this line is at fault.

I have jquery in my .meteor/versions so $ must be defined. Any thoughts?

sungwoncho commented 9 years ago

It was not an issue with html-reporter. A javascript from MailChimp was using jQuery.noConflict(true) and causing this. Resolved by removing .noConflict(true)