Merge branch 'develop' into re-ed25519

This commit is contained in:
tamaina 2024-09-24 18:40:32 +09:00
commit 97cdde1b32
176 changed files with 6321 additions and 6734 deletions

View file

@ -180,6 +180,7 @@ describe('Webリソース', () => {
}));
});
/* queue
describe.each([{ path: '/queue' }])('$path', ({ path }) => {
test('はログインしないとGETできない。', async () => await notOk({
path,
@ -197,6 +198,7 @@ describe('Webリソース', () => {
cookie: cookie(alice),
}));
});
*/
describe.each([{ path: '/streaming' }])('$path', ({ path }) => {
test('はGETできない。', async () => await notOk({