diff --git a/src/components/Dashboard/Dashboard.spec.jsx b/src/components/Dashboard/Dashboard.spec.jsx index a3665d27..901e2bb0 100644 --- a/src/components/Dashboard/Dashboard.spec.jsx +++ b/src/components/Dashboard/Dashboard.spec.jsx @@ -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(); expect(asFragment()).toMatchSnapshot(); });