test: enhance deep link testing with real JWT examples

Changes:
- Add real JWT example for invite testing
- Add detailed JWT payload documentation
- Update test-deeplinks.sh with valid claim IDs
- Add test case for single contact invite
- Improve test descriptions and organization

This improves test coverage by using real-world JWT examples
and valid claim identifiers.
This commit is contained in:
Matthew Raymer
2025-03-01 12:28:48 +00:00
parent 86c1abb9be
commit f4c5567471
9 changed files with 574 additions and 213 deletions

View File

@@ -4,7 +4,7 @@ import {
App as CapacitorApp,
AppLaunchUrl,
BackButtonListener,
} from '../../../node_modules/@capacitor/app';
} from "../../../node_modules/@capacitor/app";
import type { PluginListenerHandle } from "@capacitor/core";
/**