test: fix assertion

This commit is contained in:
mathuo 2023-07-20 21:19:34 +01:00
parent 0eec369120
commit 59f9016e8d
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -96,7 +96,7 @@ describe('componentFactory', () => {
expect(component).toHaveBeenCalled();
expect(componentResult instanceof component);
expect(componentResult instanceof component).toBeTruthy();
});
});
});