Skip to content

Commit

Permalink
tests(browserslist-config): refactor test per coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 26, 2018
1 parent ffffaab commit 47e7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browserslist-config/test/index.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const browserslist = require( 'browserslist' );
const config = require( '../' );

beforeEach(() => {
beforeEach( () => {
jest.resetModules();
});

Expand Down

0 comments on commit 47e7db9

Please sign in to comment.