Skip to content
This repository has been archived by the owner on Jan 6, 2019. It is now read-only.

Commit

Permalink
[Feature #128396243] Change tests file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky committed Sep 5, 2016
1 parent 2fde619 commit 325c526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
path.join(__dirname, 'app/main.js'),
'test/client/**/*[sS]pec.js'
'tests/client/**/*[sS]pec.js'
],

coverageReporter: {
Expand Down

0 comments on commit 325c526

Please sign in to comment.