Skip to content

Commit

Permalink
Fix: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvaje committed Apr 10, 2018
1 parent 8814c64 commit e161a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser-webpack-config/tests/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as proxyquire from 'proxyquire';

const misc = { getPackage() { } };

proxyquire('../src/webpack-config', { 'sonarwhal/dist/src/lib/utils/misc': misc });
proxyquire('../src/parser', { 'sonarwhal/dist/src/lib/utils/misc': misc });

import WebpackConfigParser from '../src/parser';

Expand Down

0 comments on commit e161a47

Please sign in to comment.