Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jasmine Jquery

Do You Need Spies To Test If A Function Has Been Called In Jasmine?

Am learning Jasmine, wondering if the following test would be valid? And if not, can someone explai… Read more Do You Need Spies To Test If A Function Has Been Called In Jasmine?

Jasmine - Trigger Event Not Working

Code that I'm trying to test: $('.toggle_item').on('change', function() { con… Read more Jasmine - Trigger Event Not Working

Jasmine - Trigger Event Not Working

Code that I'm trying to test: $('.toggle_item').on('change', function() { con… Read more Jasmine - Trigger Event Not Working