chore: seperate into packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { defineConfig, type UserConfigExport } from 'vitest/config';
|
||||
import { defineConfig, type ViteUserConfigExport } from 'vitest/config';
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig(async () => {
|
||||
const config: UserConfigExport = {
|
||||
const config: ViteUserConfigExport = {
|
||||
test: {
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
|
||||
Reference in New Issue
Block a user