Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/github/gh-aw
/ error_helpers.test.cjs
File
error_helpers.test.cjs
actions/setup/js/error_helpers.test.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ getErrorMessage, isHtmlContent, isLockedError, isRateLimitError } from
"./error_helpers.cjs"
;
3
4
describe(
"error_helpers"
, () => {
Callers
nothing calls this directly
Calls
4
getErrorMessage
Function · 0.90
isHtmlContent
Function · 0.90
isLockedError
Function · 0.90
isRateLimitError
Function · 0.90
Tested by
no test coverage detected