mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:53:09 +02:00
update test
This commit is contained in:
parent
cf3624a54f
commit
566cb35370
1 changed files with 0 additions and 1 deletions
|
@ -648,7 +648,6 @@ describe('Timelines', () => {
|
||||||
const res = await api('/notes/local-timeline', { withReplies: true }, alice);
|
const res = await api('/notes/local-timeline', { withReplies: true }, alice);
|
||||||
|
|
||||||
assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), true);
|
assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), true);
|
||||||
assert.strictEqual(res.body.some((note: any) => note.id === carolNote.id), true);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test.concurrent('[withFiles: true] ファイル付きノートのみ含まれる', async () => {
|
test.concurrent('[withFiles: true] ファイル付きノートのみ含まれる', async () => {
|
||||||
|
|
Loading…
Reference in a new issue