Skip to content

Commit 03c7c0f

Browse files
docs: fix typos in documentation
1 parent f32bd1b commit 03c7c0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ beforeAll(() => {
157157
}
158158
})
159159

160-
afterAll(() => {
160+
after all(() => {
161161
console.error = originalError
162162
})
163163
```
@@ -308,7 +308,7 @@ afterEach(() => {
308308
server.resetHandlers()
309309
window.localStorage.removeItem('token')
310310
})
311-
afterAll(() => server.close())
311+
after all(() => server.close())
312312

313313
test('allows the user to login successfully', async () => {
314314
render(<Login />)

0 commit comments

Comments
 (0)