aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/utils_test/test_with_reference.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(contracts): Catch cases where the actual error differs from the expected ↵Alex Browne2018-08-281-0/+63
error (#1032) * Catch cases where the actual error differs from the expected error * Add tests for testWithReferenceFuncAsync * Small style and comment fixes