Controller.js
$('#dogDefinition li:eq(0) a').tab('show'); // move to the dog information page.
Controller.test.js var tab = spyOn($.fn, 'tab'); expect(tab).toHaveBeenCalledWith('show');
After running karma start karma.conf.js, it gives Error TypeError: $(...).tab is not a function
Aucun commentaire:
Enregistrer un commentaire