fixing tha playwright
This commit is contained in:
parent
d4f495fef7
commit
3a5b5f50c5
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@ export default mergeConfig(
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: 'jsdom',
|
environment: 'jsdom',
|
||||||
setupFiles: './src/setupTests.ts',
|
setupFiles: './src/setupTests.ts',
|
||||||
|
exclude: [
|
||||||
|
'**/node_modules/**',
|
||||||
|
'**/dist/**',
|
||||||
|
'**/cypress/**',
|
||||||
|
'**/playwright/**',
|
||||||
|
'playwright.config.ts'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue