Code Insights: Add integration test for dashboard crud operations
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: vovakulikov
Closes https://github.com/sourcegraph/sourcegraph/issues/34001
In this PR we cover the dashboard test with integration tests. We didn't use unit test because our units at the moment are strictly bound to concrete implementation and it might be a problem in future when we will have a big shift in GQL/API paradigm in the near future. I wish we had more unit tests tooling around code insights logic but unfortunately, we don't have it at the moment.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.