clean up
This commit is contained in:
parent
4da98fe394
commit
479525a71d
|
@ -25,7 +25,6 @@ describe('Timelines', () => {
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
redisForTimelines = new Redis(loadConfig().redisForTimelines);
|
redisForTimelines = new Redis(loadConfig().redisForTimelines);
|
||||||
root = await signup({ username: 'root' });
|
root = await signup({ username: 'root' });
|
||||||
//console.log(await api('admin/update-meta', { enableFanoutTimeline }, root));
|
|
||||||
}, 1000 * 60 * 2);
|
}, 1000 * 60 * 2);
|
||||||
|
|
||||||
describe.each([
|
describe.each([
|
||||||
|
@ -37,7 +36,7 @@ describe('Timelines', () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
console.log(await api('admin/update-meta', { enableFanoutTimeline }, root));
|
await api('admin/update-meta', { enableFanoutTimeline }, root);
|
||||||
}, 1000 * 60 * 2);
|
}, 1000 * 60 * 2);
|
||||||
|
|
||||||
describe('Home TL', () => {
|
describe('Home TL', () => {
|
||||||
|
|
Loading…
Reference in New Issue