Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: TypeScript Cleanup 5.0 Part 4 for Errors - includeStepsText,featureFlagStoreData,deps,requirementState,outline, #7292

Merged
merged 9 commits into from
Apr 11, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class DefaultTestViewContainerProvider implements TestViewContainerProvid
instancesSection={FailedInstancesSection}
cardSelectionMessageCreator={props.assessmentCardSelectionMessageCreator}
cardsViewData={props.assessmentCardsViewData}
includeStepsText={false}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait, don't we need these?

selectedVisualizationType={
props.assessmentStoreData?.assessmentNavState?.selectedTestType
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ exports[`DefaultTestViewContainerProvider can create assessment automated checks
automatedChecksCardsViewData={{}}
cardSelectionMessageCreator={{}}
cardsViewData={{}}
includeStepsText={false}
instancesSection={[Function]}
needsReviewCardSelectionMessageCreator={{}}
needsReviewCardsViewData={{}}
Expand Down
Loading