(ctx: JSONTestContext)
| 721 | } |
| 722 | |
| 723 | export async function destroyJSONTest(ctx: JSONTestContext): Promise<void> { |
| 724 | await ctx.db.schema.dropTable('person_metadata').execute() |
| 725 | await destroyTest(ctx as any) |
| 726 | } |
no test coverage detected
searching dependent graphs…