1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00
budibase/packages/worker/src/tests/index.ts
2022-08-25 19:41:47 +01:00

15 lines
257 B
TypeScript

import TestConfiguration from "./TestConfiguration"
import structures from "./structures"
import mocks from "./mocks"
import API from "./api"
const pkg = {
structures,
TENANT_1: structures.TENANT_1,
mocks,
TestConfiguration,
API,
}
export = pkg