Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ dontThrow
Method
dontThrow
packages/expect/src/types.ts:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
export
interface
MatcherUtils {
51
customTesters: Array<Tester>;
52
dontThrow(): void;
53
equals: EqualsFunction;
54
utils: typeof jestMatcherUtils & {
55
iterableEquality: Tester;
Callers
2
_toMatchSnapshot
Function · 0.80
_toThrowErrorMatchingSnapshot
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected