Fix karma test with ui-router
This commit is contained in:
parent
5ebb0b7195
commit
af783c1109
4 changed files with 40 additions and 11 deletions
|
|
@ -15,7 +15,10 @@ module.exports = function(config) {
|
|||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'bower_components/moment/moment.js',
|
||||
'bower_components/fastclick/lib/fastclick.js',
|
||||
'bower_components/qrcode-generator/js/qrcode.js',
|
||||
'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js',
|
||||
'bower_components/moment/min/moment-with-locales.js',
|
||||
'bower_components/angular/angular.js',
|
||||
'bower_components/angular-ui-router/release/angular-ui-router.js',
|
||||
'bower_components/angular-local-storage/dist/angular-local-storage.js',
|
||||
|
|
@ -27,7 +30,7 @@ module.exports = function(config) {
|
|||
'bower_components/angular-qrcode/qrcode.js',
|
||||
'bower_components/angular-gettext/dist/angular-gettext.js',
|
||||
'bower_components/angular-touch/angular-touch.js',
|
||||
'bower_components/buffer/buffer.js',
|
||||
'bower_components/angular-ui-switch/angular-ui-switch.js',
|
||||
'node_modules/angular-mocks/angular-mocks.js',
|
||||
'src/js/**/*.js',
|
||||
'test/**/*.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue