Linked the listing pages.

This commit is contained in:
Batuhan Basoglu 2021-04-07 20:11:28 -04:00
parent 540f8f4cac
commit 0439360853
19 changed files with 675 additions and 35 deletions

View file

@ -1,10 +0,0 @@
import React from "react";
import { shallow } from "enzyme";
import ListingPage from "./listing-page";
describe("ListingPage", () => {
test("matches snapshot", () => {
const wrapper = shallow(<ListingPage />);
expect(wrapper).toMatchSnapshot();
});
});