update runCase at once

This commit is contained in:
Takeshi Kimata
2024-07-09 21:32:10 +09:00
parent 6f562f3532
commit 5581118ec9
4 changed files with 102 additions and 46 deletions

View File

@@ -7,6 +7,14 @@ export default defineConfig({
exclude: ['**/node_modules/**', 'docs/**', '**/.next/**'],
provider: 'v8',
},
exclude: [
'**/node_modules/**',
'**/dist/**',
'**/cypress/**',
'**/.{idea,git,cache,output,temp}/**',
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*',
'**/e2e/**',
],
},
resolve: {
alias: [{ find: '@', replacement: resolve(__dirname, './frontend') }],