Skip to content

Commit a185a06

Browse files
authored
fix(rsbuild-rstest): include @rstest/core/globals in types (#351)
1 parent 16d2864 commit a185a06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
},
2121
"[typescript]": {
2222
"editor.defaultFormatter": "biomejs.biome"
23-
}
23+
},
24+
"cSpell.words": [
25+
"rstest"
26+
]
2427
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"types": ["@testing-library/jest-dom"]
4+
"types": ["@testing-library/jest-dom", "@rstest/core/globals"]
55
},
66
"include": ["./"]
77
}

0 commit comments

Comments
 (0)