MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / teardownFixtures

Function teardownFixtures

test/fixtures.ts:440–444  ·  view source on GitHub ↗
(projectId: string)

Source from the content-addressed store, hash-verified

438}
439
440export async function teardownFixtures(projectId: string): Promise<void> {
441 const client = getClient();
442 await deleteFixtures(client, projectId);
443 await client.close();
444}

Callers 1

teardownFunction · 0.90

Calls 3

closeMethod · 0.80
getClientFunction · 0.70
deleteFixturesFunction · 0.70

Tested by

no test coverage detected