microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
835 stars 150 forks source link

chore: Typescript Cleanup- Part 2 for Test Files #7269

Closed JeevaniChinthala closed 6 months ago

JeevaniChinthala commented 7 months ago

Details

As part of Typescript migration added/removed the error causing fields. As most of the files are test cases which were removed from actual file but not updated the test case files.

Motivation

TypeScript 5.0 has marked some options as deprecated. We can temporarily override these deprecations, but the documented plan is for the ability to override the flag to go away in TypeScript 5.5

Context

1. displayName: 'JSON'

2. columnConfiguration: []

3. noClick

4. newTab: newTab

5. showAssessment: true

6. status: 'fail'

7. highlightState: 'hidden

8. fixInstructionProcessor

9. showCongratsIfNotInstances: true

10. iconName="test icon"

11. selectedTest: VisualizationType[-1]

12. requirementName

13. status: ManualTestStatus.FAIL,

14. featureFlagStoreData: {},

15. userConfigurationStoreData

16. featureFlagStoreData: {},

17. shortcutModifyHandler

Pull request checklist