Skip to content

Commit

Permalink
Fixed a Prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Apr 5, 2022
1 parent d935762 commit 8c1c7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest/test/printer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('jest-emotion with DOM elements disabled', () => {
})
})

test("allows to opt-out from styles printing", () => {
test('allows to opt-out from styles printing', () => {
const emotionPlugin = createSerializer({ includeStyles: false })

const divStyle = css`
Expand Down

0 comments on commit 8c1c7c7

Please sign in to comment.