Skip to content

Commit

Permalink
Issue #15: nope, it doesn't reproduce the problem, I just forgot to r…
Browse files Browse the repository at this point in the history
…eset the mocks – d'oh!

Change-Id: If89f8c79a05eb28020b6e7ed75ad5516a9a00a14
  • Loading branch information
Patrick Hund committed Jan 24, 2019
1 parent 77c3752 commit a95c11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bricks/src/utils/mergeReducers.test.js
Expand Up @@ -139,6 +139,7 @@ describe('When my original reducer is a combined reducer', () => {
it('is processed by the reducer only once', () => expect(bazSpy).toHaveBeenCalledTimes(1)));
});
});
afterEach(() => jest.clearAllMocks());
});
});
});
Expand Down

0 comments on commit a95c11a

Please sign in to comment.