mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Adapt vitest to exclude e2e tests
This commit is contained in:
parent
0ae16e94df
commit
3177cbc51e
|
@ -63,4 +63,14 @@ export default defineConfig({
|
|||
host: '127.0.0.1',
|
||||
port: 3000,
|
||||
},
|
||||
test: {
|
||||
exclude: [
|
||||
'**/node_modules/**',
|
||||
'**/dist/**',
|
||||
'**/cypress/**',
|
||||
'**/e2e/**',
|
||||
'**/.{idea,git,cache,output,temp}/**',
|
||||
'**/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build}.config.*',
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user