Karma: Include files in the right order

glowing-bear.js needs to be loaded before the modules building upon it
This commit is contained in:
Lorenz Hübschle-Schneider 2014-08-28 17:49:47 +01:00
parent 21f8f47efe
commit fe24302a73

View file

@ -7,7 +7,20 @@ module.exports = function(config){
'bower_components/angular/angular.js',
'bower_components/angular-route/angular-route.js',
'bower_components/angular-mocks/angular-mocks.js',
'js/**/*.js',
'js/localstorage.js',
'js/weechat.js',
'js/irc-utils.js',
'js/glowingbear.js',
'js/utils.js',
'js/notifications.js',
'js/filters.js',
'js/handlers.js',
'js/connection.js',
'js/inputbar.js',
'js/plugin-directive.js',
'js/websockets.js',
'js/models.js',
'js/plugins.js',
'test/unit/**/*.js'
],