Skip to content

Conversation

@joaosimbiose
Copy link
Member

No description provided.

return false;
}

var i = expected.length;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let

var i = expected.length;

while (i--) {
var j = result.length;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let


while (i--) {
var j = result.length;
var found = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let

* @param (object) result - the data received from Slicing Dice API
*/
compareJsonValue(expected, result) {
for (var key in expected) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let

@joaosimbiose joaosimbiose merged commit a92a78c into master Mar 24, 2017
@joaosimbiose joaosimbiose deleted the feature/improve-json-comparison branch March 24, 2017 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants