Skip to content

Commit 0114fc9

Browse files
authored
Merge pull request #4181 from adamfarhadi/patch-2
Missing close parenthesis and close curly brace in Togglable test in part 5c
2 parents 2ce0d93 + da51d53 commit 0114fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ describe('<Togglable />', () => {
482482
const element = screen.getByText('togglable content')
483483
expect(element).toBeVisible()
484484
})
485+
})
485486
```
486487

487488
The _beforeEach_ function gets called before each test, which then renders the <i>Togglable</i> component.

0 commit comments

Comments
 (0)