Skip to content

Commit 4d7674e

Browse files
committed
reduce number of developer site paths we check now that the migration is well behind us
1 parent 1d79e16 commit 4d7674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/routing/top-developer-site-path-redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('developer.github.com redirects', () => {
1515
]
1616

1717
// test a subset of the top paths
18-
const pathsToCheck = 300
18+
const pathsToCheck = 50
1919
const paths = require('../fixtures/top-old-developer-site-paths.json')
2020
.filter(path => !ignoredPatterns.some(pattern => path.match(pattern)))
2121
.slice(0, pathsToCheck)

0 commit comments

Comments
 (0)