We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d2864 commit a185a06Copy full SHA for a185a06
.vscode/settings.json
@@ -20,5 +20,8 @@
20
},
21
"[typescript]": {
22
"editor.defaultFormatter": "biomejs.biome"
23
- }
+ },
24
+ "cSpell.words": [
25
+ "rstest"
26
+ ]
27
}
rsbuild/react-rstest/tests/tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"extends": "../tsconfig.json",
3
"compilerOptions": {
4
- "types": ["@testing-library/jest-dom"]
+ "types": ["@testing-library/jest-dom", "@rstest/core/globals"]
5
6
"include": ["./"]
7
0 commit comments