Skip to content

Commit e4150e8

Browse files
committed
fix formatting 5c
1 parent 0db2afd commit e4150e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ The second expectation checks that the event handler is called with the right pa
575575

576576
It's worth noting that the good old _console.log_ works as usual in the tests. For example, if you want to see what the calls stored by the mock-object look like, you can do the following
577577

578-
````js
578+
```js
579579
test('<NoteForm /> updates parent state and calls onSubmit', async() => {
580580
const user = userEvent.setup()
581581
const createNote = vi.fn()

0 commit comments

Comments
 (0)