update deps (#14594)
* wip * Update ClientServerService.ts * eslint * Update fetch-resource.ts * wip
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user