Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
const
createValidationError = (message: string) =>
28
new
ValidationError(`${BULLET}Validation Error`, message, DOCUMENTATION_NOTE);
29
30
export
const
resolve = (
31
resolver: string | null | undefined,
Callers
1
resolve
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected