Skip to content

Commit

Permalink
Fixed karma setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Jul 22, 2014
1 parent 9103537 commit 53adfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'test/polyfills.js',
'test/unit/*.js',
{ pattern: 'src/**/*.js', included: false, served: false }
'test/unit/*.js'
],

preprocessors: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"karma-browserify": "^0.2.1",
"karma-commonjs": "0.0.10",
"karma-mocha": "0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "^1.20.1",
"watchify": "^0.10.2"
Expand Down

0 comments on commit 53adfc2

Please sign in to comment.