Remove component test as Button was removed

This commit is contained in:
Martin H. Normark
2022-12-31 00:11:32 +01:00
parent 932129906c
commit dea0f4ec47
3 changed files with 0 additions and 10 deletions
-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");
});
});