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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user