oneronaut/brsHamcrest

core object matching should support matching invalid values

Closed this issue · 0 comments

Requirement: The core matcher algorithm coreDoMatch needs to support matching invalid property values. invalid should match invalid. The issue right now is that the type normaliser doesn't support the type Invalid or roInvalid.

See type normalising code here