mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Remove component test as Button was removed
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -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");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user