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

@ -25,8 +25,7 @@
"types": [
"react",
"react-dom",
"node",
"cypress"
"node"
],
"sourceMap": true,
"baseUrl": ".",
@ -45,6 +44,9 @@
"node_modules",
"dist",
"PRNameGenerator.ts",
"cypress.config.ts"
"**/*.test.tsx",
"**/*.test.ts",
"**/*.cy.tsx",
"**/*.cy.ts"
]
}
}