We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9594420 commit 73bafa8Copy full SHA for 73bafa8
packages/jest-helpers/README.md
@@ -63,7 +63,7 @@ export const {
63
} = makeHelpers(Wrapper, { classNameReplacer: className => className })
64
```
65
66
-### renderWithTheme
+### `renderWithTheme`
67
68
Automatically uses `CacheProvider` from `@emotion/cache`. Use it with a component, optional options & optional theme.
69
@@ -75,7 +75,7 @@ const renderWithTheme = (
75
) => ReturnType<typeof render>
76
77
78
-### shouldMatchEmotionSnapshot / shouldMatchEmotionSnapshotWithPortal
+### `shouldMatchEmotionSnapshot` / `shouldMatchEmotionSnapshotWithPortal`
79
80
Internally it uses the `renderWithTheme` generated from above.
81
0 commit comments