update deps (#14594)

* wip

* Update ClientServerService.ts

* eslint

* Update fetch-resource.ts

* wip
This commit is contained in:
syuilo 2024-09-22 12:32:01 +09:00 committed by GitHub
parent 9ac4d3da0a
commit 76408667f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 3223 additions and 4414 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({