new components
This commit is contained in:
parent
88098c4ce4
commit
028c8a6e3d
11 changed files with 655 additions and 0 deletions
10
src/listings-page/listing-page/listing-page.test.js
Normal file
10
src/listings-page/listing-page/listing-page.test.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue