Test for reconnect and theme (#3264)

add test
This commit is contained in:
Kurt Hutten
2024-08-21 15:02:54 +10:00
committed by GitHub
parent a7e3d83297
commit 7f297c13fd
3 changed files with 69 additions and 1 deletions

View File

@ -26,7 +26,8 @@
"rules": {
"@typescript-eslint/no-floating-promises": "warn",
"suggest-no-throw/suggest-no-throw": "off",
"testing-library/prefer-screen-queries": "off"
"testing-library/prefer-screen-queries": "off",
"jest/valid-expect": "off"
}
},
{