1
0
Fork 0
mirror of synced 2024-07-17 04:05:57 +12:00
budibase/packages/backend-core/tests/utilities/mocks/index.js

10 lines
154 B
JavaScript
Raw Normal View History

2022-08-02 21:52:09 +12:00
const posthog = require("./posthog")
2022-06-09 23:33:10 +12:00
const events = require("./events")
const date = require("./date")
module.exports = {
2022-08-02 21:52:09 +12:00
posthog,
date,
2022-06-09 23:33:10 +12:00
events,
}