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 4b807b9 commit 82ee70bCopy full SHA for 82ee70b
packages/vitest/config.d.ts
@@ -1 +1,3 @@
1
+// ensure `@vitest/expect` provides `chai` types
2
+import type {} from '@vitest/expect'
3
export * from './dist/config.js'
packages/vitest/src/integrations/chai/config.ts
@@ -1,5 +1,3 @@
-// ensure `@vitest/expect` provides `chai` types
-import type {} from '@vitest/expect'
import * as chai from 'chai'
4
5
export function setupChaiConfig(config: ChaiConfig) {
0 commit comments