Skip to content

Commit

Permalink
Fix the syntax tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamakulov committed Mar 24, 2018
1 parent 9eed675 commit a7f39df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/syntax.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

const proxyquire = require('proxyquire');

const Plugin = proxyquire('../index.js', {
const Plugin = proxyquire.noCallThru().load('../index.js', {
webpack: {
IgnorePlugin: function() {},
ContextReplacementPlugin: function() {},
Expand Down

0 comments on commit a7f39df

Please sign in to comment.