Removed .only and re-ran Unit tests

This commit is contained in:
Leah Schumann 2023-08-09 10:23:24 -04:00
parent 8608c68906
commit 4322a3f370

View file

@ -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();