added tests for homepage

This commit is contained in:
2020-06-17 19:51:02 +02:00
parent 23a1fdca75
commit 043750170b
3 changed files with 48 additions and 4 deletions

View File

@ -39,7 +39,7 @@ describe('<CategoryPage/>', function () {
let message;
global.console.log = jest.fn((m) => {
message = m;
})
});
const wrapper = shallow(<CategoryPage/>);