1
0
Fork 0
mirror of synced 2024-09-19 02:39:37 +12:00
budibase/packages/backend-core/tests/utilities/index.ts

9 lines
263 B
TypeScript
Raw Normal View History

2022-05-04 09:58:19 +12:00
export * as mocks from "./mocks"
export * as structures from "./structures"
export { generator } from "./structures"
export * as testEnv from "./testEnv"
2023-02-01 00:23:26 +13:00
export * as testContainerUtils from "./testContainerUtils"
import * as dbConfig from "./db"
dbConfig.init()