diff --git a/src/store/store.spec.js b/src/store/store.spec.js index 626e630eb..82fa2109e 100644 --- a/src/store/store.spec.js +++ b/src/store/store.spec.js @@ -1308,7 +1308,7 @@ describe("Actions", () => { expect(commit).not.toHaveBeenCalledWith(storeMutations.RESET_SCHEDULE); }); - it.only("saveCustomerDetails, should call mutation", () => { + it("saveCustomerDetails, should call mutation", () => { // Arrange const context = state; const commit = jest.fn();