Skip to content

Commit

Permalink
Update packages/jest-console/src/test/index.test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Duthie <andrew@andrewduthie.com>
  • Loading branch information
gziolo and aduth committed Apr 7, 2020
1 parent a51f2e3 commit b69893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-console/src/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe( 'jest-console', () => {
} );
/* eslint-enable jest/no-standalone-expect */

/* eslint-disable-next-line jest/expect-expect */
// eslint-disable-next-line jest/expect-expect
it( 'captures logging in lifecycle', () => {} );
} );
} );
Expand Down

0 comments on commit b69893b

Please sign in to comment.