export const srcTestFolderConfig = function (baseUrl: string) { return { test: { alias: { '@/': decodeURI(new URL('./src/', baseUrl).pathname) }, dir: 'tests' } } }