app/frontend/comments/vote_button_component.test.tsx in decidim-comments-0.0.8.1 vs app/frontend/comments/vote_button_component.test.tsx in decidim-comments-0.1.0

- old
+ new

@@ -1,8 +1,8 @@ import { shallow } from "enzyme"; import * as React from "react"; -import Icon from "../application/icon.component"; -import VoteButton from "./vote_button.component"; +import Icon from "../application/icon.component"; +import VoteButton from "./vote_button.component"; describe("<VoteButton />", () => { const voteAction: jasmine.Spy = jasmine.createSpy("voteAction"); it("should render the number of votes passed as a prop", () => {