1
0
Fork 0
mirror of synced 2024-06-01 10:09:48 +12:00
budibase/packages/backend-core/tests/utilities/db.js

7 lines
123 B
JavaScript
Raw Normal View History

2022-06-09 23:33:10 +12:00
const core = require("../../src/index")
const dbConfig = {
inMemory: true,
2022-03-31 03:43:18 +13:00
allDbs: true,
}
core.init({ db: dbConfig })