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?
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?