-
Notifications
You must be signed in to change notification settings - Fork 3
fix(autofix.ci): apply automated fixes #1762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@autofix-ci[bot] is attempting to deploy a commit to the OpenUp Lab Takizawa Team on Vercel. A member of the Team first needs to authorize it. |
🪄 Deploy Preview for ready!
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
レビュアー向けガイド(小さな PR では折りたたみ)レビュアー向けガイドこの PR は、アプリケーションのソースコードを変更することなく、autofix.ci によって Bun のロックファイルを更新し、自動的な依存関係/メタデータの調整を取り込むものです。 ファイル単位の変更
ヒントとコマンドSourcery とのやり取り
体験のカスタマイズダッシュボード にアクセスして以下を行えます:
ヘルプを得る
Original review guide in EnglishReviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Bun lockfile via autofix.ci to incorporate automated dependency/metadata adjustments without modifying application source code. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
❌ Test Failed@Marukome0743, your commit d5152d5 failed the test. Test Log$ bun --filter @caravan-kidstec/web test:app
@caravan-kidstec/web test:app: bun test v1.3.8-canary.7 (7ebfdf97)
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: ::group::test/app/page.test.tsx:
@caravan-kidstec/web test:app: (pass) className test > article test [9.00ms]
@caravan-kidstec/web test:app: 12 | )
@caravan-kidstec/web test:app: 13 | })
@caravan-kidstec/web test:app: 14 |
@caravan-kidstec/web test:app: 15 | test("section test", () => {
@caravan-kidstec/web test:app: 16 | const sections = document.querySelectorAll("section")
@caravan-kidstec/web test:app: 17 | expect(sections[0]?.className).toEqual(
@caravan-kidstec/web test:app: ^
@caravan-kidstec/web test:app: error: expect(received).toEqual(expected)
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"
@caravan-kidstec/web test:app: Received: undefined
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: ::error file=@caravan-kidstec/web/test/app/page.test.tsx,line=17,col=36,title=error: expect(received).toEqual(expected)::Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"%0AReceived: undefined%0A%0A at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app: (fail) className test > section test [1.00ms]
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: ::endgroup::
@caravan-kidstec/web test:app:
@caravan-kidstec/web test:app: 1 pass
@caravan-kidstec/web test:app: 1 fail
@caravan-kidstec/web test:app: 2 expect() calls
@caravan-kidstec/web test:app: Ran 2 tests across 1 file. [400.00ms]
@caravan-kidstec/web test:app: Exited with code 1
error: script "test:app" exited with code 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey - 変更内容を確認しましたが、とても良い感じです!
もっと役立てるように手助けしてください! 各コメントに 👍 または 👎 をクリックしていただけると、そのフィードバックを元にレビューを改善していきます。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Summary by Sourcery
アプリケーションの動作を変更することなく、自動フォーマットまたはメタデータの調整によって Bun のロックファイルを更新します。
Original summary in English
Summary by Sourcery
Update the Bun lockfile with automated formatting or metadata adjustments without changing application behavior.