Skip to content

Commit

Permalink
test(web): delete flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Jan 16, 2024
1 parent 3f0c5cd commit 408ae41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
14 changes: 0 additions & 14 deletions web/tests/components/NoiseCancelingModeSelection.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ describe("NoiseCancelingModeSelection", () => {
user = userEvent.setup();
});

it("should render", () => {
const renderResult = render(
<NoiseCancelingModeSelection
value={"indoor"}
hasCustomMode={false}
onValueChanged={() => {
throw new Error("Function not implemented.");
}}
/>,
);

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

it("should fire onValueChanged when clicked", async () => {
const setMode = vi.fn();
const renderResult = render(
Expand Down

This file was deleted.

0 comments on commit 408ae41

Please sign in to comment.