FanvidDB / fanviddb-server

Server of the fanviddb
Other
0 stars 1 forks source link

Set up custom render for react tests #94

Open sandalwoodbox opened 1 year ago

sandalwoodbox commented 1 year ago

See https://testing-library.com/docs/react-testing-library/setup#custom-render for description of how to do this - simplifies standardizing the test setup for components.

sandalwoodbox commented 1 year ago

Would it be possible to also mock callApi once as part of this?