Skip to content

Commit 41873c2

Browse files
committed
01/01: fix wrong highlight in solution
1 parent 8861e53 commit 41873c2

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.sunsetting-jsdom/01.solution.break-jsdom

1 file changed

+1
-1
lines changed

exercises/01.sunsetting-jsdom/01.solution.break-jsdom/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
I start with rendering the `<FilePreview />` component in my test:
44

5-
```tsx add=1,4
5+
```tsx add=1,5
66
import { test, expect } from 'vitest'
77
import { render, screen } from '@testing-library/react'
88
import { FilePreview } from './file-review.js'

0 commit comments

Comments
 (0)