Skip to content

Commit 99ba05d

Browse files
committed
test: define the vitest global declarations
1 parent 8714c0e commit 99ba05d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"trailingComma": "all",
4242
"jsxQuoteStyle": "double",
4343
"quoteStyle": "single"
44-
}
44+
},
45+
"globals": ["test", "describe", "expect", "afterAll", "afterEach", "beforeAll", "beforeEach", "vi"]
4546
},
4647
"formatter": {
4748
"enabled": true,

0 commit comments

Comments
 (0)