All files / src/lib/api-docs/endpoints/dev index.ts

100% Statements 11/11
100% Branches 6/6
100% Functions 6/6
100% Lines 11/11

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 121x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x  
/**
 * Dev Endpoints Index
 * Re-exports all dev ticketing endpoint modules
 */
 
export { devTicketsEndpoints } from './tickets';
export { devProjectsEndpoints } from './projects';
export { devLabelsEndpoints } from './labels';
export { devMilestonesEndpoints } from './milestones';
export { devSprintsEndpoints } from './sprints';
export { devMetricsEndpoints } from './metrics';