We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
1 parent 504276b commit 445df81Copy full SHA for 445df81
data/vitest.mjs
@@ -8,6 +8,7 @@ export default {
8
assertType: false,
9
beforeAll: false,
10
beforeEach: false,
11
+ chai: false,
12
describe: false,
13
expect: false,
14
expectTypeOf: false,
globals.json
@@ -2663,6 +2663,7 @@
2663
"assertType": false,
2664
"beforeAll": false,
2665
"beforeEach": false,
2666
+ "chai": false,
2667
"describe": false,
2668
"expect": false,
2669
"expectTypeOf": false,
package.json
@@ -45,7 +45,7 @@
45
"environments"
46
],
47
"devDependencies": {
48
- "@vitest/eslint-plugin": "^1.1.18",
+ "@vitest/eslint-plugin": "^1.1.30",
49
"ava": "^6.1.3",
50
"cheerio": "^1.0.0-rc.12",
51
"eslint-plugin-jest": "^28.8.3",
0 commit comments