MCPcopy
hub / github.com/kysely-org/kysely / destroyJSONTest

Function destroyJSONTest

test/node/src/test-setup.ts:723–726  ·  view source on GitHub ↗
(ctx: JSONTestContext)

Source from the content-addressed store, hash-verified

721}
722
723export async function destroyJSONTest(ctx: JSONTestContext): Promise<void> {
724 await ctx.db.schema.dropTable('person_metadata').execute()
725 await destroyTest(ctx as any)
726}

Callers 2

Calls 3

destroyTestFunction · 0.85
dropTableMethod · 0.80
executeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…