edited tests for no fail and added new Tag test

This commit is contained in:
2020-06-23 23:13:14 +02:00
parent 89153b5da9
commit 4ac21506f3
4 changed files with 31 additions and 4 deletions

View File

@ -22,7 +22,7 @@ describe('<Preview/>', function () {
const wrapper = shallow(<Preview/>);
wrapper.setProps({
viewbinding: {
showVideo: () => {
changeRootElement: () => {
func()
}
}