Skip to content

Commit

Permalink
Update Karma config to use new file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Dec 17, 2014
1 parent 2ed8132 commit 57a7a45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions karma.config.js
Expand Up @@ -15,14 +15,18 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'h/static/scripts/vendor/jquery-1.10.2.js',
'h/static/scripts/vendor/sinon.js',
'h/static/scripts/vendor/chai.js',
'h/static/scripts/vendor/jquery.js',
'h/static/scripts/vendor/angular.js',
'h/static/scripts/vendor/angular-mocks.js',
'h/static/scripts/vendor/angular-animate.js',
'h/static/scripts/vendor/angular-bootstrap.js',
'h/static/scripts/vendor/angular-resource.js',
'h/static/scripts/vendor/angular-route.js',
'h/static/scripts/vendor/angular-sanitize.js',
'h/static/scripts/vendor/angular-bootstrap.js',
'h/static/scripts/vendor/angular-resource.js',
'h/static/scripts/vendor/ng-tags-input.js',
'h/static/scripts/vendor/jschannel.js',
'h/static/scripts/vendor/jwz.js',
Expand All @@ -39,18 +43,14 @@ module.exports = function(config) {
'h/static/scripts/vendor/annotator.document.js',
'h/static/scripts/vendor/annotator.permissions.js',
'h/static/scripts/vendor/annotator.store.js',
'h/static/scripts/plugin/bridge.js',
'h/static/scripts/plugin/discovery.js',
'h/static/scripts/plugin/threading.js',
'h/static/scripts/app.js',
'h/static/scripts/account.js',
'h/static/scripts/helpers.js',
'h/static/scripts/session.js',
'h/static/scripts/hypothesis.js',
'h/static/scripts/plugin/bucket-bar.js',
'h/static/scripts/vendor/sinon.js',
'h/static/scripts/vendor/chai.js',
'h/static/scripts/hypothesis.js',
'h/static/debug/scripts/plugin/*.js',
'h/static/debug/scripts/account/account.js',
'h/static/debug/scripts/account/*-controller.js',
'h/static/debug/scripts/helpers/helpers.js',
'h/static/debug/scripts/helpers/*-helpers.js',
'h/static/debug/scripts/session/session.js',
'h/static/debug/scripts/session/*-service.js',
'h/static/debug/scripts/**/*.js',
'h/templates/client/*.html',
'tests/js/**/*-test.coffee'
],
Expand Down

0 comments on commit 57a7a45

Please sign in to comment.