Skip to content

Commit

Permalink
Removed extra colon
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriochaves committed Jan 13, 2016
1 parent ca857aa commit 63e15ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = function(config) {
files: [
// all files ending in "_test"
{pattern: 'test/*_test.js', watched: false},
{pattern: 'test/**/*_test.js', watched: false},
{pattern: 'test/**/*_test.js', watched: false}
// each file acts as entry point for the webpack configuration
],

Expand Down

0 comments on commit 63e15ef

Please sign in to comment.