ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

`Development`: Adapt tests to React 18 #286

Closed mertyldrr closed 1 year ago

mertyldrr commented 1 year ago

Motivation and Context

This PR updates testing-library/react and modify test. Tests will run closer to what real users would experience when using Apollon.

Steps for Testing

  1. Clone the repo
  2. Execute commands: yarn install, yarn build followed by yarn start
  3. Observe application works as expected.