chore: update the types a little bit to help with parsing

Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-15 13:19:49 +02:00
parent 2ffa5d730e
commit 1d58ff6425
3 changed files with 108 additions and 17 deletions
@@ -62,7 +62,7 @@ describe('SignInPageBlueprint', () => {
const tester = createExtensionTester(extension);
const Element = tester.get(SignInPageBlueprint.dataRefs.component)!;
const Element = tester.get(SignInPageBlueprint.dataRefs.component);
expect(Element).toBeDefined();