Skip to content

Commit

Permalink
test: commented test for checking github actions CI [Ayush]
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush34957 committed Oct 30, 2023
1 parent 4edf663 commit bf25d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dashboard/Dashboard.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const hostData = {
uuid: "patientUuid",
},
};
describe.skip("Dashboard", () => {
it("should match snapshot", () => {
describe("Dashboard", () => {
it.skip("should match snapshot", () => {
const { asFragment } = render(<Dashboard hostData={hostData} />);
expect(asFragment()).toMatchSnapshot();
});
Expand Down

0 comments on commit bf25d65

Please sign in to comment.