mperng / movies

A webpage that manages a home movie collection.
https://pacific-gorge-29414.herokuapp.com/#/
0 stars 0 forks source link

Karma Tests Failing #14

Closed mperng closed 8 years ago

mperng commented 8 years ago

For some reason, Karma appears to be using cached results when testing. I get the same output every time I run the test, no matter what changes.

This may have something to do with a bug involved with atom, found here: https://github.com/karma-runner/karma/issues/1090

mperng commented 8 years ago

Fixed this by switching out the karma.conf.js file auto-generated by 'karma init' with the karma.conf.js found on angular-seed and switching out angular.min.js and angular-routes.min.js with their full versions so that I could see readable error messages.