Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gwwar committed Aug 3, 2021
1 parent df04c4e commit f510e1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/dependency-extraction-webpack-plugin/test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ describe( 'defaultRequestToExternal', () => {
} );

test( 'Handles framer-motion request', () => {
expect( defaultRequestToExternal( 'framer-motion' ) ).toBe(
'Motion'
);
expect( defaultRequestToExternal( 'framer-motion' ) ).toBe( 'Motion' );
} );
} );

Expand Down

0 comments on commit f510e1f

Please sign in to comment.