Skip to content

Commit

Permalink
Update util test require
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jun 1, 2020
1 parent de28193 commit e57cb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dependency-extraction-webpack-plugin/test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const {
camelCaseDash,
defaultRequestToExternal,
defaultRequestToHandle,
} = require( '../util' );
} = require( '../lib/util' );

describe( 'camelCaseDash', () => {
test( 'does not change a single word', () => {
Expand Down

0 comments on commit e57cb92

Please sign in to comment.