()
| 210 | } |
| 211 | |
| 212 | private syncProjectsQueryOptions(): void { |
| 213 | this.projectsQueryOptions.queryKey = projectsQueryKey( |
| 214 | this.page, |
| 215 | this.delayMs, |
| 216 | this.forceErrorMode, |
| 217 | ) |
| 218 | this.projectsQueryOptions.queryFn = () => |
| 219 | fetchProjectsPage(this.page, this.delayMs, this.forceErrorMode) |
| 220 | } |
| 221 | |
| 222 | private refetchForCurrentState(): void { |
| 223 | this.syncProjectsQueryOptions() |
no test coverage detected