dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Modified tests extensions from .JS to .TSX #1941

Closed Mil4n0r closed 5 months ago

Mil4n0r commented 6 months ago

Checklist (Check off all the items before submitting)

Description In the last introduced Components, we were already using tsx extension for tests. It was a good idea to convert all the existing functional and accessibility tests to tsx in order to improve consistency.

Closes #1543