created the login page and the single-listing page
This commit is contained in:
parent
e018a049e5
commit
f177ba6b18
20 changed files with 491 additions and 26 deletions
|
@ -1,10 +0,0 @@
|
|||
import React from "react";
|
||||
import { shallow } from "enzyme";
|
||||
import HomePage from "./homePage";
|
||||
|
||||
describe("HomePage", () => {
|
||||
test("matches snapshot", () => {
|
||||
const wrapper = shallow(<HomePage />);
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
});
|
||||
});
|
|
@ -1 +0,0 @@
|
|||
export { default } from "./homePage";
|
Loading…
Add table
Add a link
Reference in a new issue