Skip to content

Commit ea58f12

Browse files
autofix-ci[bot]hckhanh
authored andcommitted
[autofix.ci] apply automated fixes
1 parent cee2613 commit ea58f12

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vitest.config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
import codspeed from '@codspeed/vitest-plugin'
2-
import { coverageConfigDefaults, defaultExclude, defineConfig } from 'vitest/config'
2+
import {
3+
coverageConfigDefaults,
4+
defaultExclude,
5+
defineConfig,
6+
} from 'vitest/config'
37

48
export default defineConfig({
59
plugins: [codspeed()],

0 commit comments

Comments
 (0)