Removed .only and re-ran Unit tests
This commit is contained in:
parent
8608c68906
commit
4322a3f370
1 changed files with 1 additions and 1 deletions
|
|
@ -1308,7 +1308,7 @@ describe("Actions", () => {
|
||||||
expect(commit).not.toHaveBeenCalledWith(storeMutations.RESET_SCHEDULE);
|
expect(commit).not.toHaveBeenCalledWith(storeMutations.RESET_SCHEDULE);
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("saveCustomerDetails, should call mutation", () => {
|
it("saveCustomerDetails, should call mutation", () => {
|
||||||
// Arrange
|
// Arrange
|
||||||
const context = state;
|
const context = state;
|
||||||
const commit = jest.fn();
|
const commit = jest.fn();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue