Skip to content

Commit

Permalink
IJ-337 Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Roszkiewicz authored and Arsenicro committed Jan 4, 2024
1 parent 4ad8649 commit 5dadb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.react/src/components/sidebar/Sidebar.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vi.mock("../../contexts/vacation-days-context/actions/fetchVacationDays", async
})


describe.only("Sidebar", () => {
describe("Sidebar", () => {
const sessionStorageMock = mockLocalStorage()

beforeEach(() => {
Expand Down

0 comments on commit 5dadb3f

Please sign in to comment.