validateAgainstFixture
validateAgainstFixture(
response,fixture,options?):boolean
Defined in: fixture-helpers.ts:114
Validate that a response matches a fixture
Parameters
Section titled “Parameters”response
Section titled “response”fixture
Section titled “fixture”options?
Section titled “options?”exact?
Section titled “exact?”boolean
Check exact match (default: false)
ignoreFields?
Section titled “ignoreFields?”string[]
Fields to ignore when comparing
Returns
Section titled “Returns”boolean