You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
context: npx vitest run reports "SyntaxError: Invalid or unexpected token" loading the suite (0 tests) on Windows, yet node --check passes and the self-test.yml job (ubuntu/node20, npm test) is green on the same commit. Almost certainly a CRLF/encoding sensitivity in the test (or a fixture it reads) that only bites on Windows checkouts. Discovered incidentally during label-seed work (Expand standard label seed: close automation gaps + add common defaults #87); unrelated to that change.
doc-policy-lint.test.mjs fails locally on Windows (vitest SyntaxError), green in CI
npx vitest runreports "SyntaxError: Invalid or unexpected token" loading the suite (0 tests) on Windows, yetnode --checkpasses and theself-test.ymljob (ubuntu/node20,npm test) is green on the same commit. Almost certainly a CRLF/encoding sensitivity in the test (or a fixture it reads) that only bites on Windows checkouts. Discovered incidentally during label-seed work (Expand standard label seed: close automation gaps + add common defaults #87); unrelated to that change.