Skip to content

Commit

Permalink
chore: add jest-dom module from testing-library for more ergonomic as…
Browse files Browse the repository at this point in the history
…sertion statements
  • Loading branch information
HendrikThePendric committed Dec 4, 2024
1 parent 0a9b53a commit 82ff158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/testSetup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { configure } from '@testing-library/dom'
import '@testing-library/jest-dom'

configure({
testIdAttribute: 'data-test',
Expand Down

0 comments on commit 82ff158

Please sign in to comment.