Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

test-link: add stringification to equality check #3078

Merged
merged 3 commits into from
Jun 17, 2019

Commits on May 29, 2019

  1. test-link: add stringification to equality check

    Currently MockLink hides undefined values in its error message. This
    means that debugging a mismatched result was difficult and required
    stepping through the code.
    
    There are a couple of possible solutions:
    
    * update the error message to include the undefined values
    * modify the `isEquals` comparison of variables to check equality of the
      stringified value
    
    This chooses the latter, since the 99% path for receiving values from a
    remote source requires serializing variables before using them.
    evans committed May 29, 2019
    Configuration menu
    Copy the full SHA
    42c1425 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    3f8ad79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e07696 View commit details
    Browse the repository at this point in the history