|
|
|
@ -13,14 +13,12 @@ describe("/api/global/configs/checklist", () => { |
|
|
|
let config = setup.getConfig() |
|
|
|
|
|
|
|
beforeAll(async () => { |
|
|
|
await config.init(false) |
|
|
|
await config.init() |
|
|
|
}) |
|
|
|
|
|
|
|
afterAll(setup.afterAll) |
|
|
|
|
|
|
|
it("should return the correct checklist status based on the state of the budibase installation", async () => { |
|
|
|
// initially configure settings
|
|
|
|
await config.saveAdminUser() |
|
|
|
await config.saveSmtpConfig() |
|
|
|
|
|
|
|
const res = await request |
|
|
|
|