playwright: End to end test for huddle calls in widget mode

This commit is contained in:
Valere
2026-01-13 18:38:26 +01:00
parent e82a048088
commit 68f04d46a9
4 changed files with 337 additions and 101 deletions

View File

@@ -99,6 +99,13 @@ module.exports = {
"jsdoc/require-param-description": "off",
},
},
{
files: ["playwright/**"],
rules: {
// Playwright as a `use` function that has nothing to do with React hooks.
"react-hooks/rules-of-hooks": "off",
},
},
],
settings: {
react: {