mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-19 19:38:39 -05:00
fef959e9aa
Backport PRs should not introduce new test files or test cases beyond what already exists on the release branch — even when those tests live on main. Coverage for the underlying functionality remains on main via the original PR (#7930); duplicating it here only inflates the backport diff. Removes 7 added test files and 3 test cases that were added to jwt.test.ts (account deletion SSO reauthentication intents). Existing test file updates (user.test.ts cleanup, providers.test.ts and keys.test.ts trivial adjustments) are kept. No production code touched.