feat: [#1502] Allow fetch to be intercepted and modified #1316
Annotations
1 error and 7 warnings
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
packages/happy-dom/src/fetch/SyncFetch.ts#L23
Replace `"./types/IFetchInterceptor.js"` with `'./types/IFetchInterceptor.js'`
|
|
Lint:
packages/happy-dom/test/fetch/SyncFetch.test.ts#L16
Replace `"node:assert"` with `'node:assert'`
|
Lint:
packages/happy-dom/test/fetch/SyncFetch.test.ts#L209
Replace `"intercepted·text"` with `'intercepted·text'`
|
Lint:
packages/happy-dom/test/fetch/SyncFetch.test.ts#L224
Replace `"No·request·should·be·made·when·beforeSyncRequest·returns·a·response"` with `'No·request·should·be·made·when·beforeSyncRequest·returns·a·response'`
|
Lint:
packages/happy-dom/test/fetch/SyncFetch.test.ts#L237
Replace `"intercepted·text"` with `'intercepted·text'`
|
Loading