Skip to content

Commit

Permalink
fix: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 30, 2024
1 parent 4b807b9 commit 82ee70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/vitest/config.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
// ensure `@vitest/expect` provides `chai` types
import type {} from '@vitest/expect'
export * from './dist/config.js'
2 changes: 0 additions & 2 deletions packages/vitest/src/integrations/chai/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// ensure `@vitest/expect` provides `chai` types
import type {} from '@vitest/expect'
import * as chai from 'chai'

export function setupChaiConfig(config: ChaiConfig) {
Expand Down

0 comments on commit 82ee70b

Please # to comment.