hivemq / hivemq-edge

HiveMQ Edge is an MQTT gateway that enables interoperability between OT devices and IT systems. It translates diverse protocols into MQTT for streamlined communication and helps organize data into a unified namespace, making managing and streaming data across your infrastructure easier.
http://hivemq.com
Apache License 2.0
90 stars 20 forks source link

chore(22652): Rename hook file to TS when appropriate #454

Closed vanch3d closed 3 weeks ago

vanch3d commented 3 weeks ago

https://hivemq.kanbanize.com/ctrl_board/57/cards/22652/details/

Changed the file type of all relevant hook files to TS.

While not changing much of the code, it allows these files to be considered for code coverage (since the unit tests exclude TSX files)

Also added quite a few tests

And updated MSW and Vite (fix #451 )