I want to test the assertion of arguments like: expect(getCodes.mock.calls).toHaveBeenCalledWith({...values...}).
expect(getCodes.mock.calls).toHaveBeenCalledWith({...values...})
I have an entire setupTests.js file (