fix(playground-preview-worker): ensure OPTIONS raw HTTP requests are fowarded #7162
worker-playground-preview-testing-env-deploy-and-test.yml
on: pull_request
Deploy Playground Preview Worker (testing)
1m 48s
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.
|