Add description in Header + Change title

This commit is contained in:
2020-12-18 02:27:15 +01:00
parent 0ea1c855d2
commit f2ba114d26
2 changed files with 12 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ import Header from "./";
describe("Header", () => {
it("should render Header instance", () => {
const wrapper = mount(Header, { stubs: ["router-link"] });
expect(wrapper.find("h1").text()).toBe("Ghibli");
expect(wrapper.find("h1").text()).toBe("PeopleDoc");
});
it("should redirect to Home page when clicking on brand logo", () => {