wip
This commit is contained in:
parent
0db117b0ab
commit
e4de402ca1
2 changed files with 9 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ describe('users/notes', () => {
|
|||
await app.close();
|
||||
});
|
||||
|
||||
/*
|
||||
test('ファイルタイプ指定 (jpg)', async () => {
|
||||
const res = await api('/users/notes', {
|
||||
userId: alice.id,
|
||||
|
|
@ -64,4 +65,5 @@ describe('users/notes', () => {
|
|||
assert.strictEqual(res.body.some((note: any) => note.id === pngNote.id), true);
|
||||
assert.strictEqual(res.body.some((note: any) => note.id === jpgPngNote.id), true);
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue