mirror of
https://github.com/mathuo/dockview
synced 2025-03-12 08:52:05 +00:00
test: fix assertion
This commit is contained in:
parent
0eec369120
commit
59f9016e8d
@ -96,7 +96,7 @@ describe('componentFactory', () => {
|
||||
|
||||
expect(component).toHaveBeenCalled();
|
||||
|
||||
expect(componentResult instanceof component);
|
||||
expect(componentResult instanceof component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user