Semantic-Org / Semantic-UI-Meteor

Official Semantic UI Integration for Meteor
MIT License
224 stars 33 forks source link

jQuery modules not loaded in Blaze Unit Test #141

Closed WilliamT-Streamba closed 5 years ago

WilliamT-Streamba commented 5 years ago

I'm trying to write a blaze unit test based off the example in the meteor documentation. However, the component I am trying to test uses the Checkbox Semantic UI module and the test fails with the error templateInstance.$(...).checkbox is not a function. Is there anyway to load the modules within a unit test scenario?