1
0
Fork 0
mirror of synced 2024-05-03 20:14:11 +12:00
budibase/packages/backend-core/tests/utilities/index.ts
2022-11-15 16:18:59 +00:00

7 lines
167 B
TypeScript

export * as mocks from "./mocks"
export * as structures from "./structures"
export { generator } from "./structures"
import * as dbConfig from "./db"
dbConfig.init()