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.
2 parents 2ce0d93 + da51d53 commit 0114fc9Copy full SHA for 0114fc9
1 file changed
src/content/5/en/part5c.md
@@ -482,6 +482,7 @@ describe('<Togglable />', () => {
482
const element = screen.getByText('togglable content')
483
expect(element).toBeVisible()
484
})
485
+})
486
```
487
488
The _beforeEach_ function gets called before each test, which then renders the <i>Togglable</i> component.
0 commit comments