Ensure we fetch each project only once
Because we were incrementally adding projects to our query, each query was different and thus we couldn't take advantage of caching. By keeping track of all projects we receive, we can ensure we only fetch the projects we haven't already fetched. Also refactored: - Loading state - Spec finders - Spec mount params - Spec tests to use variables
Showing
Please register or sign in to comment