aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/pages/LandingPage.test.tsx (follow)
Commit message (Collapse)AuthorAgeLines
* Fix Failing jest.spyOnGravatar Hassan Abouelela2022-07-14-1/+5
| | | | | | | | | | | Version 1.2.206 of swc introduces a breaking change which makes jest.spyOn not work with our configuration. The response from the swc maintainer seems like a complete mess, so I won't touch it, and just use something else. See issue 5059 on https://github.com/swc-project/swc/issues Signed-off-by: Hassan Abouelela <[email protected]>
* Wrap Tests In ActGravatar Hassan Abouelela2022-07-14-9/+6
| | | | | | Wrap the tests that were raising warnings in act statements. Signed-off-by: Hassan Abouelela <[email protected]>
* Bump React To 18.2.0Gravatar Hassan Abouelela2022-06-18-11/+10
| | | | | | | | | | | | Bump react to v18, and handle all the breaking changes. This includes bumping a lot of other dependencies to versions which support react 18, and handling the breaking changes for those. Refer to the following documents for migration guides: React: https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html Router: https://reactrouter.com/docs/en/v6/upgrading/v5 Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Missing Fields To Test ModelsGravatar Hassan Abouelela2021-02-19-1/+2
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Updates ModelsGravatar Hassan Abouelela2021-01-04-2/+4
| | | | | | Changes the models to match the backend. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Preexisting Linting IssuesGravatar Hassan Abouelela2021-01-03-7/+7
| | | | | | | Fixes all errors, and most warnings generated by eslint. Most were fixed by eslint automatically such as indentation and quotes. Signed-off-by: Hassan Abouelela <[email protected]>
* Update tests to match with changes in discoveryGravatar ks1292020-12-14-0/+21
|
* Add many new testsGravatar Joe Banks2020-10-12-0/+13