MCPcopy 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

1import { describe, it, expect } from "vitest";
2import { getErrorMessage, isHtmlContent, isLockedError, isRateLimitError } from "./error_helpers.cjs";
3
4describe("error_helpers", () => {

Callers

nothing calls this directly

Calls 4

getErrorMessageFunction · 0.90
isHtmlContentFunction · 0.90
isLockedErrorFunction · 0.90
isRateLimitErrorFunction · 0.90

Tested by

no test coverage detected