Skip to content

Commit

Permalink
Update karma configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed May 4, 2017
1 parent cee7ef8 commit 6b7e610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/karma/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
watched: process.env.CI !== "true"
},
{
pattern: "src/index.js",
pattern: "src/**/*.js",
watched: process.env.CI !== "true",
included: false
},
Expand Down

0 comments on commit 6b7e610

Please sign in to comment.