Skip to content

Commit

Permalink
test(accordion): ✅ removing snapshot test for accordion
Browse files Browse the repository at this point in the history
Id changes everytime which needs jest -updateSnapshot in CI too
  • Loading branch information
navin-moorthy committed Oct 16, 2020
1 parent 54f2752 commit 43403fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
6 changes: 0 additions & 6 deletions src/accordion/__tests__/Accordion.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ const AccordionComponent = (props: any) => {
};

describe("Accordion", () => {
it("should render correctly", () => {
const { asFragment } = render(<AccordionComponent />);

expect(asFragment()).toMatchSnapshot();
});

it("Accordion should have proper keyboard navigation", () => {
const { getByText: text } = render(<AccordionComponent />);

Expand Down
70 changes: 0 additions & 70 deletions src/accordion/__tests__/__snapshots__/Accordion.test.tsx.snap

This file was deleted.

0 comments on commit 43403fc

Please sign in to comment.