Skip to content

Commit

Permalink
Fix webpack test case after update
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 18, 2018
1 parent 517ffbc commit c12e37b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/transforms/bundleWebpack.js
Expand Up @@ -161,8 +161,8 @@ describe('bundleWebpack', function() {
'to equal',
[
'webpack://webpack/bootstrap',
'../../../../../node_modules/createerror/lib/createError.js',
'/main.js'
'/main.js',
'../../../../../node_modules/createerror/lib/createError.js'
]
);
});
Expand Down

0 comments on commit c12e37b

Please sign in to comment.