Failing file - `test/core/headers.js` Example failure - FAIL: Core htmx AJAX headers > should include the HX-Request header - TypeError: Fake server request processing threw exception: Cannot read properties of undefined (reading 'should') Repro 1. Ensure no `!test/...` excludes are active in `web-test-runner.config.mjs`. 2. Run: `pnpm exec wtr --config web-test-runner.config.mjs --files test/core/headers.js --concurrency 1 --static-logging` Goal - Make this file pass in `pnpm test:htmx`.
Failing file
test/core/headers.jsExample failure
Repro
!test/...excludes are active inweb-test-runner.config.mjs.pnpm exec wtr --config web-test-runner.config.mjs --files test/core/headers.js --concurrency 1 --static-loggingGoal
pnpm test:htmx.