Skip to content

Commit 8c1c7c7

Browse files
committed
Fixed a Prettier error
1 parent d935762 commit 8c1c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jest/test/printer.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('jest-emotion with DOM elements disabled', () => {
9898
})
9999
})
100100

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

104104
const divStyle = css`

0 commit comments

Comments
 (0)