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

Function setup

test/global-setup.ts:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20export async function setup() {
21 setEnvDefaults();
22 await setupPostgresFixtures(TEST_PROJECT_ID, TEST_ORG_ID);
23 await setupFixtures(TEST_PROJECT_ID);
24}
25
26export async function teardown() {
27 setEnvDefaults();

Callers

nothing calls this directly

Calls 3

setupPostgresFixturesFunction · 0.90
setupFixturesFunction · 0.90
setEnvDefaultsFunction · 0.85

Tested by

no test coverage detected