Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
440
export
async
function
teardownFixtures(projectId: string): Promise<void> {
441
const
client = getClient();
442
await
deleteFixtures(client, projectId);
443
await
client.close();
444
}
Callers
1
teardown
Function · 0.90
Calls
3
close
Method · 0.80
getClient
Function · 0.70
deleteFixtures
Function · 0.70
Tested by
no test coverage detected