fix tests fixtures

This commit is contained in:
Matias Alejo Garcia 2016-06-08 08:30:57 -03:00
commit 6cb1370d6e
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 62 additions and 21 deletions

View file

@ -18,7 +18,7 @@ module.exports = function(config) {
'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/ionic/release/js/ionic.bundle.min.js',
'bower_components/angular-ui-router/release/angular-ui-router.js',
'bower_components/angular-foundation/mm-foundation-tpls.js',
'bower_components/angular-moment/angular-moment.js',
@ -28,7 +28,6 @@ module.exports = function(config) {
'bower_components/angular-sanitize/angular-sanitize.js',
'bower_components/ng-csv/build/ng-csv.js',
'bower_components/angular-mocks/angular-mocks.js',
'bower_components/ionic/release/js/ionic.bundle.min.js',
'angular-bitcore-wallet-client/angular-bitcore-wallet-client.js',
'src/js/**/*.js',
'test/helpers.js',