Skip to content

Commit a497420

Browse files
committed
format
1 parent fc1184c commit a497420

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/docs-manifest-concurrency.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ test('collectRedirectEntriesForFile returns no entries (not a rejection) when th
6464
const entries = await collectRedirectEntriesForFile(node, {
6565
docsRoot: 'docs',
6666
fetchFile: async () => {
67-
throw new GitHubContentError('rate-limit', 'GitHub rate limited this file')
67+
throw new GitHubContentError(
68+
'rate-limit',
69+
'GitHub rate limited this file',
70+
)
6871
},
6972
onCanonicalPath: (path) => paths.push(path),
7073
})

0 commit comments

Comments
 (0)