Skip to content

fix(playground-preview-worker): ensure OPTIONS raw HTTP requests are fowarded #7162

fix(playground-preview-worker): ensure OPTIONS raw HTTP requests are fowarded

fix(playground-preview-worker): ensure OPTIONS raw HTTP requests are fowarded #7162

Triggered via pull request November 5, 2024 16:42
Status Failure
Total duration 1m 58s
Artifacts
Deploy Playground Preview Worker (testing)
1m 48s
Deploy Playground Preview Worker (testing)
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/index.test.ts > Raw HTTP preview > should allow arbitrary headers in cross-origin requests: packages/playground-preview-worker/tests/index.test.ts#L594
AssertionError: expected null to be 'foo' // Object.is equality - Expected: "foo" + Received: null ❯ tests/index.test.ts:594:60
tests/index.test.ts > Raw HTTP preview > should allow arbitrary methods in cross-origin requests: packages/playground-preview-worker/tests/index.test.ts#L606
AssertionError: expected 'GET,PUT,POST' to be '*' // Object.is equality Expected: "*" Received: "GET,PUT,POST" ❯ tests/index.test.ts:606:60
Deploy Playground Preview Worker (testing)
Process completed with exit code 1.