add test for homepage

This commit is contained in:
lukas 2020-06-23 22:46:50 +02:00
parent 4ac21506f3
commit e640b36ce4

View File

@ -118,4 +118,11 @@ describe('<HomePage/>', function () {
done(); done();
}); });
}); });
it.skip('test setcontent of homepage', function () {
const wrapper = shallow(<HomePage/>);
wrapper.instance().setPage();
// todo finish test
});
}); });