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 committed May 22, 2023
1 parent 87d381c commit c664af2
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 c664af2

Please sign in to comment.