Remove component test as Button was removed

This commit is contained in:
Martin H. Normark
2022-12-30 15:02:04 +01:00
parent 932129906c
commit dea0f4ec47
3 changed files with 0 additions and 10 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

-10
View File
@@ -1,10 +0,0 @@
import React from "react";
import { Button } from "./Button";
describe("<Button />", () => {
it("renders", () => {
// see: https://on.cypress.io/mounting-react
cy.mount(<Button className="border-gray-800 m-5">Test button</Button>);
cy.get("button").compareSnapshot("button-element");
});
});