Skip to content

Commit 7336d9f

Browse files
committed
fix setuptest for typescript
1 parent 11fe713 commit 7336d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/www/src/setupTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// allows you to do things like:
33
// expect(element).toHaveTextContent(/react/i)
44
// learn more: https://github.com/testing-library/jest-dom
5-
import '@testing-library/jest-dom';
5+
import '@testing-library/jest-dom/extend-expect'

0 commit comments

Comments
 (0)