1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00
budibase/packages/worker/src/tests/index.ts

15 lines
257 B
TypeScript
Raw Normal View History

import mocks from "./mocks"
2022-08-23 20:37:13 +12:00
import TestConfiguration from "./TestConfiguration"
import structures from "./structures"
import API from "./api"
2022-08-23 20:37:13 +12:00
const pkg = {
2022-08-23 20:37:13 +12:00
structures,
TENANT_1: structures.TENANT_1,
2022-08-23 20:37:13 +12:00
mocks,
TestConfiguration,
API,
2022-08-23 20:37:13 +12:00
}
export = pkg