1import { mergeConfig } from 'vitest/config'; 2import baseConfig from '../../vitest.config'; 3 4export default mergeConfig(baseConfig, {});