Skip to content

Conversation

@mikelehen
Copy link
Contributor

@mikelehen mikelehen commented Apr 25, 2018

BEFORE:

     AssertionError: expected null to roughly deeply equal undefined

AFTER:

      AssertionError: expected { Object (elements) } to roughly deeply equal { Object (elements) }
      + expected - actual
       {
         "elements": [
           {
      -      "internalValue": "foo"
      +      "internalValue": "tag"
             "typeOrder": 4
           }
         ]
       }

BEFORE:
     AssertionError: expected null to roughly deeply equal undefined

AFTER:
      AssertionError: expected { Object (elements) } to roughly deeply equal { Object (elements) }
      + expected - actual
       {
         "elements": [
           {
      -      "internalValue": "foo"
      +      "internalValue": "tag"
             "typeOrder": 4
           }
         ]
       }
@mikelehen mikelehen merged commit 4b4eebc into master Apr 26, 2018
@mikelehen mikelehen deleted the mikelehen/fix-deep-equals-errors branch April 26, 2018 00:33
@firebase firebase locked and limited conversation to collaborators Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants