1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Pipeline test tweaks (#36538)

This commit is contained in:
Rachael Sewell
2023-04-20 19:30:41 -07:00
committed by GitHub
parent 0233690be8
commit 4b081b9cab
3 changed files with 12 additions and 11 deletions

View File

@@ -8,10 +8,9 @@ import { isApiVersioned, allVersions } from '../../../lib/all-versions.js'
describe('REST references docs', () => {
jest.setTimeout(3 * 60 * 1000)
// Checks every version of the
// /rest/overview/endpoints-available-for-github-apps page
// and ensures that all sections in the openapi schema
// are present in the page.
// This test ensures that the page component and the Markdown file are
// in sync. It also checks that all expected items are present.
// For every version of /rest/overview/endpoints-available-for-github-apps
test('loads operations enabled for GitHub Apps', async () => {
const flatMapping = getFlatMappingWithCalendarDates()