Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny committed Aug 21, 2023
1 parent 08ddfb2 commit ef0b186
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -430,6 +430,7 @@ setupFilesAfterEnv: ['<rootDir>/jest.setup.js']
```

Then, inside `jest.setup.js`, add the following import:

```js filename="jest.setup.js"
import '@testing-library/jest-dom'
```
Expand Down

0 comments on commit ef0b186

Please sign in to comment.