| 1 | import { describe, expect, test } from 'vitest'; |
| 2 | import { RequestError } from '@octokit/request-error'; |
| 3 | import { GitbeakerRequestError } from '@gitbeaker/requester-utils'; |
| 4 | import { isForbidden, isGone, isUnauthorized } from './errors'; |
nothing calls this directly
no test coverage detected