budibase/packages/server/src/integrations/tests/utils/index.ts

6 lines
122 B
TypeScript

import * as postgres from "./postgres"
export const testDatasourceConfig = {
postgres: postgres.getDatasourceConfig,
}