add test for homepage
This commit is contained in:
@ -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
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user