Guest User

Untitled

a guest
Dec 12th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. it("should unmount", () => {
  2. const wrapper = shallow(<MessageLoaderWrapper messageList={messageList} />);
  3. wrapper.unmount();
  4. expect(wrapper.find(".tabs-infinite-loader--message").length).to.equal(0);
  5. });
Add Comment
Please, Sign In to add comment