Skip to content

Commit

Permalink
fix: add missing defineConfig helper
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Feb 14, 2022
1 parent f9b52c1 commit a732391
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vitest/src/index.ts
Expand Up @@ -26,6 +26,10 @@ declare module 'vite' {
}
}

export function defineConfig(config: { test?: VitestInlineConfig }) {
return config
}

interface AsymmetricMatchersContaining {
stringContaining(expected: string): any
objectContaining(expected: any): any
Expand Down

0 comments on commit a732391

Please sign in to comment.