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 cee2613 commit ea58f12Copy full SHA for ea58f12
vitest.config.mts
@@ -1,5 +1,9 @@
1
import codspeed from '@codspeed/vitest-plugin'
2
-import { coverageConfigDefaults, defaultExclude, defineConfig } from 'vitest/config'
+import {
3
+ coverageConfigDefaults,
4
+ defaultExclude,
5
+ defineConfig,
6
+} from 'vitest/config'
7
8
export default defineConfig({
9
plugins: [codspeed()],
0 commit comments