update all but react-scripts (wrong execution of unit tests so they are failing)
fix failing tests because of missing implementation of mount() in enzyme for react 17
This commit is contained in:
@ -20,7 +20,8 @@ describe('<Player/>', function () {
|
||||
}
|
||||
]
|
||||
});
|
||||
expect(wrapper.find('r')).toHaveLength(1);
|
||||
|
||||
expect(wrapper.find('Plyr').dive().find('video')).toHaveLength(1);
|
||||
});
|
||||
|
||||
function simulateLikeButtonClick() {
|
||||
|
Reference in New Issue
Block a user