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

15 lines
257 B
TypeScript
Raw Normal View History

2022-08-23 20:37:13 +12:00
import TestConfiguration from "./TestConfiguration"
import structures from "./structures"
import mocks from "./mocks"
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