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

Commit 6f7977d

Browse files
committed
new chai path in karma config
1 parent f99c48a commit 6f7977d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(karma) {
88
files: [
99
'tools/test/mocha-htmltest.js',
1010
'HTMLImports/conf/mocha.conf.js',
11-
'HTMLImports/node_modules/chai/chai.js',
11+
'HTMLImports/../tools/test/chai/chai.js',
1212
'HTMLImports/test/js/*.js',
1313
'HTMLImports/html-imports.js',
1414
{pattern: 'tools/**/*.js', included: false},

0 commit comments

Comments
 (0)