Skip to content

Commit

Permalink
test: Fix sinon imports
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 8, 2016
1 parent 564963f commit 81531fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/unit/webpack.test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ module.exports = {
test: /\.(ttf|eot)$/,
loader: 'url'
}
],
noParse: [
/node_modules\/sinon\//,
]
},

resolve: {
packageAlias: 'browser',
alias: {
'src': sourceDir
'src': sourceDir,
'sinon': 'sinon/pkg/sinon'
}
},
plugins: [
Expand Down

0 comments on commit 81531fe

Please sign in to comment.