mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
remove debug logs
This commit is contained in:
committed by
Simon Laux
parent
d7b9febc33
commit
802677222b
@@ -61,7 +61,6 @@ describe("basic tests", () => {
|
|||||||
describe("account managment", () => {
|
describe("account managment", () => {
|
||||||
it("should create account", async () => {
|
it("should create account", async () => {
|
||||||
const res = await dc.rpc.addAccount();
|
const res = await dc.rpc.addAccount();
|
||||||
console.log('res', res)
|
|
||||||
assert((await dc.rpc.getAllAccountIds()).length === 1);
|
assert((await dc.rpc.getAllAccountIds()).length === 1);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ describe("online tests", function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
account2 = await createTempUser(process.env.DCC_NEW_TMP_EMAIL);
|
account2 = await createTempUser(process.env.DCC_NEW_TMP_EMAIL);
|
||||||
console.log({ account: account1, account2 })
|
|
||||||
if (!account2 || !account2.email || !account2.password) {
|
if (!account2 || !account2.email || !account2.password) {
|
||||||
console.log(
|
console.log(
|
||||||
"We didn't got back an account2 from the api, skip intergration tests"
|
"We didn't got back an account2 from the api, skip intergration tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user