Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ teardown
Function
teardown
test/global-setup.ts:26–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
export
async
function
teardown() {
27
setEnvDefaults();
28
await
teardownFixtures(TEST_PROJECT_ID);
29
await
teardownPostgresFixtures(TEST_PROJECT_ID, TEST_ORG_ID);
30
}
Callers
nothing calls this directly
Calls
3
teardownFixtures
Function · 0.90
teardownPostgresFixtures
Function · 0.90
setEnvDefaults
Function · 0.85
Tested by
no test coverage detected