Skip to content

Commit

Permalink
Update website/src/pages/plugins/presets/preset-client.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly authored Nov 28, 2022
1 parent 25f7958 commit 24933d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/plugins/presets/preset-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ describe('<ProfileName />', () => {

Since the component expect to receive "Masked data", you will need to import the `makeFragmentData()` helper to "build" some masked data, as follow:

```tsx filename="ProfileName.spec.ts" {9}
```tsx filename="ProfileName.spec.ts" {7}
// ...
import { makeFragmentData } from '../gql'

Expand Down

0 comments on commit 24933d3

Please sign in to comment.