refactor to hugo #34
Annotations
4 errors
functions/test/contact.spec.ts > Contact form worker > responds with 405 when not a POST:
functions/test/contact.spec.ts#L12
TypeError: Cannot call `createPagesEventContext()` without defining `ASSETS` service binding
❯ Module.createPagesEventContext home/runner/work/ross.ch/ross.ch/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:869:11
❯ functions/test/contact.spec.ts:12:21
|
functions/test/contact.spec.ts > Contact form worker > responds with 400 when no content-type set:
functions/test/contact.spec.ts#L25
TypeError: Cannot call `createPagesEventContext()` without defining `ASSETS` service binding
❯ Module.createPagesEventContext home/runner/work/ross.ch/ross.ch/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:869:11
❯ functions/test/contact.spec.ts:25:21
|
functions/test/contact.spec.ts > Contact form worker > responds with 415 when wrong content-type set:
functions/test/contact.spec.ts#L38
TypeError: Cannot call `createPagesEventContext()` without defining `ASSETS` service binding
❯ Module.createPagesEventContext home/runner/work/ross.ch/ross.ch/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:869:11
❯ functions/test/contact.spec.ts:38:21
|
test (lts/*)
Process completed with exit code 1.
|