Created
January 13, 2018 03:41
-
-
Save mheiber/7825410b34983ba5854accff4516f9c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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