Skip to content

Commit

Permalink
chore(karma): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 14, 2016
1 parent 3fe0528 commit 81afda4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ module.exports = function(config) {

jspm: {
// Edit this to your needs
loadFiles: ['src/**/*.js', 'test/setup.js', 'test/**/*.js']
loadFiles: ['test/setup.js', 'test/**/*.js'],
serveFiles: ['src/**/*.js']
},


Expand Down

0 comments on commit 81afda4

Please sign in to comment.