Skip to content

Instantly share code, notes, and snippets.

@falehenrique
Last active December 22, 2019 22:11
Show Gist options
  • Save falehenrique/0ce7524177bb8737250621f6594e6dcc to your computer and use it in GitHub Desktop.
Save falehenrique/0ce7524177bb8737250621f6594e6dcc to your computer and use it in GitHub Desktop.
let responseMock = {'code': 200};
service.incluirCliente(params);
assert(responseMock.code == 200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment