added map,markers,popup

This commit is contained in:
ruchi 2021-03-31 01:17:00 -04:00
parent 447a96bdb7
commit 9a1d86259e
19 changed files with 1501 additions and 23 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();
});
});