You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include [`@testing-library/jest-dom`][@testing-library/jest-dom] to the TypeScript `types` to make the TypeScript compiler aware about the [`@testing-library/jest-dom`][@testing-library/jest-dom] matchers.
144
+
145
+
```json title="tsconfig.json"
146
+
{
147
+
"compilerOptions": {
148
+
"types": ["@testing-library/jest-dom"],
149
+
}
150
+
}
151
+
```
152
+
141
153
## Jest
142
154
143
155
[`@testing-library/svelte`][@testing-library/svelte] is ESM-only, which means
0 commit comments