This commit is contained in:
syuilo
2023-10-02 12:59:03 +09:00
parent 0db117b0ab
commit e4de402ca1
2 changed files with 9 additions and 1 deletions

View File

@@ -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);
});
*/
});