MCPcopy
hub / github.com/jestjs/jest / createValidationError

Function createValidationError

packages/jest-config/src/utils.ts:27–28  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

25`;
26
27const createValidationError = (message: string) =>
28 new ValidationError(`${BULLET}Validation Error`, message, DOCUMENTATION_NOTE);
29
30export const resolve = (
31 resolver: string | null | undefined,

Callers 1

resolveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected