adamgruber / mochawesome-report-generator

Standalone mochawesome report generator. Just add test data.
MIT License
233 stars 90 forks source link

Remove react and react-dom dependencies #143

Closed adamgruber closed 4 years ago

adamgruber commented 4 years ago

Currently react and react-dom are only used to create the initial HTML string. This can be done using only template literals thus removing the need for react to be installed as a dependency.