fix: do not treat static asset requests as unhandled by default #2129
Triggered via pull request
February 24, 2025 12:42
Status
Cancelled
Total duration
5m 3s
Artifacts
–
ci.yml
on: pull_request
build (18)
45s
build (20)
37s
test (unit) (18)
43s
test (node.js) (18)
53s
test (e2e) (18)
55s
test (browser)
2m 46s
test (react-native)
20s
test (node.js) (20)
39s
Annotations
6 errors and 1 warning
test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts > warns on unhandled request when using the "warn" strategy:
test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts#L26
AssertionError: expected Response{ …(2) } to have property "status" with value 404
- Expected
+ Received
- 404
+ 200
❯ test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts:26:20
|
test (node.js) (20)
Process completed with exit code 1.
|
test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts > warns on unhandled request when using the "warn" strategy:
test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts#L26
AssertionError: expected Response{ [Symbol(realm)]: null, …(2) } to have property "status" with value 404
- Expected
+ Received
- 404
+ 200
❯ test/node/msw-api/setup-server/scenarios/on-unhandled-request/warn.node.test.ts:26:20
|
test (node.js) (18)
Process completed with exit code 1.
|
test (browser)
The run was canceled by @github-actions[bot].
|
test (browser)
The operation was canceled.
|
test (browser)
No files were found with the provided path: test/browser/test-results. No artifacts will be uploaded.
|