hyun chae
09/20/2023, 1:25 PMtype TestType = {
field1: string | number;
field2: TestType2
}
type TestType2 = "option1" | 'option2'
const testData:TestType = {
field1: 'stringValue',
field2 'option1'
}
const matcher = MatcherV3.like(testData)
Yousaf Nabi (pactflow.io)
like
matcherYousaf Nabi (pactflow.io)
hyun chae
09/20/2023, 1:33 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Boris
09/20/2023, 11:59 PM