PR-342468: trying to fix cypress pipeline.

This commit is contained in:
2025-07-16 17:40:48 +00:00
parent 665252faa4
commit baa85f7916
6 changed files with 14 additions and 23 deletions

View File

@ -46,7 +46,7 @@ export default {
rules: [
{
test: /\.(ts|tsx)$/,
exclude: /node_modules/,
exclude: [/node_modules/, /\.test\.(ts|tsx)$/, /\.cy\.(ts|tsx)$/],
use: 'ts-loader',
},
{
@ -88,4 +88,4 @@ export default {
new TerserPlugin(),
],
},
}
}