Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ toThrow
Method
toThrow
scripts/jest/typescript/jest.d.ts:23–23 ·
view source on GitHub ↗
(message?: string)
Source
from the content-addressed store, hash-verified
21
interface
Expect {
22
not: Expect;
23
toThrow(message?: string): void;
24
toThrowError(message?: string): void;
25
toBe(value: any): void;
26
toEqual(value: any): void;
Callers
7
envConfig-test.ts
File · 0.65
Logger-test.ts
File · 0.65
transform-prevent-infinite-loops-test.js
File · 0.65
react-16.test.js
File · 0.65
react-14.test.js
File · 0.65
react-15.test.js
File · 0.65
react-17.test.js
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected