Skip to content

style: format callback.test.ts to satisfy prettier check#13446

Merged
Bekacru merged 1 commit into
mainfrom
fix/callback-test-formatting
Jun 11, 2026
Merged

style: format callback.test.ts to satisfy prettier check#13446
Bekacru merged 1 commit into
mainfrom
fix/callback-test-formatting

Conversation

@Bekacru

@Bekacru Bekacru commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Problem

The Test workflow on main is failing at the Check formatting step (pnpm formatprettier --check .).

The offending file is packages/core/test/actions/callback.test.ts, where a single-line cookieOptions object literal does not match Prettier's expected multi-line wrapping. This was introduced via the merged GHSA-x445-f3h2-j279 cookie-binding fix.

Fix

Ran prettier --write on the file. Whitespace/formatting only — no logic change.

Verified locally: prettier --check now passes.

Failing run: https://github.com/nextauthjs/next-auth/actions/runs/27365477330/job/80863711694

@vercel

vercel Bot commented Jun 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
auth-docs Ready Ready Preview, Comment Jun 11, 2026 8:02pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
next-auth-docs Ignored Ignored Jun 11, 2026 8:02pm
proxy Ignored Ignored Jun 11, 2026 8:02pm

Request Review

@Bekacru Bekacru merged commit af42d8f into main Jun 11, 2026
12 of 13 checks passed
@Bekacru Bekacru deleted the fix/callback-test-formatting branch June 11, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant