Skip to content

Commit

Permalink
remove predicate failing tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 14, 2016
1 parent f39a05f commit 8d5608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolvers/webpack/test/files/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
{ 'jquery': 'jQuery' },
'bootstrap',
function (context, request, callback) {
if (request === 'underscore' && context.indexOf('/') !== -1) {
if (request === 'underscore') {
return callback(null, 'underscore');
};
callback();
Expand Down

0 comments on commit 8d5608a

Please sign in to comment.