added map,markers,popup
This commit is contained in:
parent
a6f889de46
commit
3b76c49c2f
19 changed files with 1501 additions and 23 deletions
|
|
@ -1,10 +0,0 @@
|
|||
import React from "react";
|
||||
import { shallow } from "enzyme";
|
||||
import ListingsPage from "./listings-page";
|
||||
|
||||
describe("ListingsPage", () => {
|
||||
test("matches snapshot", () => {
|
||||
const wrapper = shallow(<ListingsPage />);
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue