add test for homepage
This commit is contained in:
parent
4ac21506f3
commit
e640b36ce4
@ -118,4 +118,11 @@ describe('<HomePage/>', function () {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it.skip('test setcontent of homepage', function () {
|
||||
const wrapper = shallow(<HomePage/>);
|
||||
|
||||
wrapper.instance().setPage();
|
||||
// todo finish test
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user