MCPcopy 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
26export 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

teardownFixturesFunction · 0.90
teardownPostgresFixturesFunction · 0.90
setEnvDefaultsFunction · 0.85

Tested by

no test coverage detected