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 8861e53 commit 41873c2Copy full SHA for 41873c2
exercises/01.sunsetting-jsdom/01.solution.break-jsdom/README.mdx
@@ -2,7 +2,7 @@
2
3
I start with rendering the `<FilePreview />` component in my test:
4
5
-```tsx add=1,4
+```tsx add=1,5
6
import { test, expect } from 'vitest'
7
import { render, screen } from '@testing-library/react'
8
import { FilePreview } from './file-review.js'
0 commit comments