Skip to content

Commit

Permalink
Merge pull request electrodejs#12 from electrode/chore-fixTestDir
Browse files Browse the repository at this point in the history
Chore fix test dir
  • Loading branch information
Charles Adams - cadam20 authored and Charles Adams - cadam20 committed Dec 17, 2015
2 parents 6ea8fc6 + 89d6ac7 commit 9ff1e9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpack/webpack.config.coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ module.exports = _.merge({}, testCfg, {
// Manually instrument client code for code coverage.
// https://github.com/deepsweet/isparta-loader handles ES6 + normal JS.
{
test: /(test|client)\/.*\.jsx?$/,
exclude: /node_modules\//,
test: /src\/.*\.jsx?$/,
exclude: /(test|node_modules)\//,
loader: ispartaLoader
}
]
Expand Down

0 comments on commit 9ff1e9d

Please sign in to comment.