Unit test fixes
This commit is contained in:
parent
ed4c10af13
commit
88dff3fe65
1 changed files with 3 additions and 0 deletions
|
|
@ -100,6 +100,9 @@ function setupMocks({
|
|||
if (contentName === 'ProvideVinAlert') {
|
||||
return 'ProvideVinAlertTestReturn';
|
||||
}
|
||||
if (contentName === 'VehicleConfirmationQuestion') {
|
||||
return 'VehicleConfirmationQuestionTestReturn';
|
||||
}
|
||||
return null;
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue