MOB-512 minimal unit test fix and prop spreading allowed for tests

This commit is contained in:
sepeterson
2025-11-21 10:12:59 -06:00
parent cf53c791ad
commit 19cb7064a6
3 changed files with 47 additions and 7 deletions

View File

@@ -164,6 +164,12 @@ module.exports = {
"@typescript-eslint/no-require-imports": "off"
}
},
{
files: ["*.test.js", "*.test.tsx"],
rules: {
"react/jsx-props-no-spreading": "off"
}
},
{
files: ["**/__mocks__/**/*", "**/*mock*", "**/*.mock.*"],
rules: {