Skip to content

Commit 73bafa8

Browse files
committed
fix: update doc to trigger release
1 parent 9594420 commit 73bafa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-helpers/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const {
6363
} = makeHelpers(Wrapper, { classNameReplacer: className => className })
6464
```
6565

66-
### renderWithTheme
66+
### `renderWithTheme`
6767

6868
Automatically uses `CacheProvider` from `@emotion/cache`. Use it with a component, optional options & optional theme.
6969

@@ -75,7 +75,7 @@ const renderWithTheme = (
7575
) => ReturnType<typeof render>
7676
```
7777

78-
### shouldMatchEmotionSnapshot / shouldMatchEmotionSnapshotWithPortal
78+
### `shouldMatchEmotionSnapshot` / `shouldMatchEmotionSnapshotWithPortal`
7979

8080
Internally it uses the `renderWithTheme` generated from above.
8181

0 commit comments

Comments
 (0)