PR-264673: fixing the conflict with cypress and jest.

This commit is contained in:
2023-03-04 01:07:57 +00:00
parent f57a71f7c6
commit 4befddc726
4 changed files with 15 additions and 14 deletions

View File

@ -37,11 +37,12 @@
}
},
"include": [
"**/*"
"."
],
"exclude": [
"node_modules",
"dist",
"PRNameGenerator.ts"
"PRNameGenerator.ts",
"cypress.config.ts"
]
}