Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@itwin/saved-views-client tests were failing in release pipeline because I didn't update tests to account for the changes in client implementation. Upon a closer inspection of the saved-views-client test file, I found that * tests weren't executing expectation verification code paths, which made them basically inert * `fetch` global function was not being restored after the tests were done running * one test was duplicated I rewrote `ITwinSavedViewsClient.test.ts` while utilising as much of the existing code as possible to fix these issues. I also made saved-view-client tests run in CI pipelines and updated vitest dependency for good measure.
- Loading branch information