1
0
Fork 0
mirror of synced 2024-05-16 10:23:13 +12:00
budibase/packages/worker/src/tests/index.ts

15 lines
257 B
TypeScript

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