Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prisma/prisma
/ createPromise
Function
createPromise
packages/client/tests/functional/prisma-promise/tests.ts:210–212 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
describe.each(tests)(
'%s'
, (name, fn) => {
209
const
email = faker.internet.email()
210
const
createPromise = () => {
211
return
fn(email)
212
}
213
214
beforeEach(
async
() => {
215
if
(
Callers
1
tests.ts
File · 0.85
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected