fixing tha playwright
All checks were successful
Beta CI/CD Pipeline / build-and-test (push) Successful in 45s
Beta CI/CD Pipeline / deploy-beta (push) Successful in 7s

This commit is contained in:
vickytechkey 2026-08-14 15:28:41 +05:30
parent d4f495fef7
commit 3a5b5f50c5

View file

@ -8,6 +8,13 @@ export default mergeConfig(
globals: true,
environment: 'jsdom',
setupFiles: './src/setupTests.ts',
exclude: [
'**/node_modules/**',
'**/dist/**',
'**/cypress/**',
'**/playwright/**',
'playwright.config.ts'
],
},
})
)