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:
parent
21f8f47efe
commit
fe24302a73
1 changed files with 14 additions and 1 deletions
|
@ -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'
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in a new issue