Hi, I working on an AngularJS app that uses bootstrap and a bootstrap skin called SmartAdmin. When I try running tests they fail (the module cannot be loaded is the error message I get), but I think the problem is that there is a issue in loading so many files in the 'files' section of my karma.conf.js file.
When I don't include all the requires files in the karm.conf.js file I get a lot of error messages telling me that this file can't be found. So I do know that the test runner does require these extra Bootstrap and SmartAdmin files, but when I load in all of them the tests start to fail as the module cannot be loaded. Is there a way to get the test to run, I'm using Jasmine, load all the required files, but ignore them so the tests can run to just test the controllers of my app? Thanks Stephen -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
