PR-342468: fixing types of jest.

This commit is contained in:
2025-07-16 18:20:33 +00:00
parent f3ac5c9e49
commit f1c8a03ae1
4 changed files with 6 additions and 5 deletions

View File

@ -43,6 +43,7 @@
"exclude": [
"node_modules",
"dist",
"PRNameGenerator.ts"
"PRNameGenerator.ts",
"cypress.config.ts"
]
}