Skip to content

Instantly share code, notes, and snippets.

@mheiber
Created January 13, 2018 03:41
Show Gist options
  • Save mheiber/7825410b34983ba5854accff4516f9c2 to your computer and use it in GitHub Desktop.
Save mheiber/7825410b34983ba5854accff4516f9c2 to your computer and use it in GitHub Desktop.
// Test for Architecture 2
assert.deepEqual(
buildRequest(x, y, z),
expectedRequest
)
assert.deepEqual(
parseResponse(response),
expectedParsedResponse
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment