Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ toBeTestedPromise
Function
toBeTestedPromise
test/core/test/jest-expect.test.ts:274–279 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
}
273
},
274
toBeTestedPromise() {
275
return
Promise.resolve({
276
pass: false,
277
message: () =>
'toBeTestedPromise'
,
278
})
279
},
280
toBeJestCompatible() {
281
return
{
282
pass: true,
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected