1
0
Fork 0
mirror of synced 2024-09-08 13:41:09 +12:00
budibase/packages/backend-core/tests/utilities/index.ts
2022-11-15 16:18:59 +00:00

6 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()