MCPcopy
hub / github.com/prisma/prisma / plugin

Function plugin

packages/client-engine-runtime/src/sql-commenter.test.ts:100–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 test('returns merged results from single plugin', () => {
100 const plugin: SqlCommenterPlugin = () => ({ key: 'value' })
101 expect(applySqlCommenters([plugin], mockSingleContext)).toEqual({ key: 'value' })
102 })
103

Callers 4

index.test.tsFile · 0.85
index.test.tsFile · 0.85
applySqlCommentersFunction · 0.85
index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected