mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update @antfu/eslint-config dependency to 2.11.4
This commit is contained in:
@@ -14,7 +14,7 @@ describe('A RouterHandler', (): void => {
|
||||
request = { method: 'GET', url: '/test' } as any;
|
||||
|
||||
targetExtractor = {
|
||||
handleSafe: jest.fn(({ request: req }): ResourceIdentifier => ({ path: joinUrl(baseUrl, req.url!) })),
|
||||
handleSafe: jest.fn(({ request: req }): ResourceIdentifier => ({ path: joinUrl(baseUrl, req.url) })),
|
||||
} as any;
|
||||
|
||||
handler = {
|
||||
|
||||
Reference in New Issue
Block a user