Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for failing "integration test (CRA)" (#769)
### Description > Currently we are unable to merge any PR to the `main` because `integration test (CRA)` and `integration test (Gatsby)` are failing when the Github runs checks. This issue is caused by one of the sub-dependancy (`ajv`) update in the example app `examples/cra-react-router`. The changes made in the pull-request serve as a temporary workaround rather than a definitive solution. ### References > Original issue; failing `Integration Tests / Run example tests (pull_request_target)`. <img width="1728" alt="image" src="https://github.com/auth0/auth0-react/assets/167290944/33b3b279-790d-40af-9159-949dd36ffa26"> ### Testing > With this PR changes, all the integration tests and workflow checks should get passed. - [ ] This change adds test coverage for new/changed/fixed functionality ### Checklist - [ ] I have added documentation for new/changed functionality in this PR or in auth0.com/docs - [x] All active GitHub checks for tests, formatting, and security are passing - [x] The correct base branch is being used, if not the default branch
- Loading branch information