Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
new chai path in karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 21, 2013
1 parent f99c48a commit 6f7977d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function(karma) {
files: [
'tools/test/mocha-htmltest.js',
'HTMLImports/conf/mocha.conf.js',
'HTMLImports/node_modules/chai/chai.js',
'HTMLImports/../tools/test/chai/chai.js',
'HTMLImports/test/js/*.js',
'HTMLImports/html-imports.js',
{pattern: 'tools/**/*.js', included: false},
Expand Down

0 comments on commit 6f7977d

Please sign in to comment.