Skip to content

Conversation

@fadotti
Copy link
Contributor

@fadotti fadotti commented Nov 24, 2025

Because

It resolves an issue raised by another user.

This PR

  • Removes the unnecessary async keyword from the last test callback in the code block.

Issue

Closes #29316

Additional Information

Pull Request Requirements

  • I have thoroughly read and understand The Odin Project curriculum contributing guide
  • The title of this PR follows the location of change: brief description of change format, e.g. Intro to HTML and CSS lesson: Fix link text
  • The Because section summarizes the reason for this PR
  • The This PR section has a bullet point list describing the changes in this PR
  • If this PR addresses an open issue, it is linked in the Issue section
  • If any lesson files are included in this PR, they have been previewed with the Markdown preview tool to ensure it is formatted correctly
  • If any lesson files are included in this PR, they follow the Layout Style Guide

@github-actions github-actions bot added the Content: React Involves the React course label Nov 24, 2025
Copy link
Member

@KevinMulhern KevinMulhern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing @fadotti!

@KevinMulhern KevinMulhern merged commit 2861089 into TheOdinProject:main Nov 25, 2025
3 checks passed
@fadotti fadotti deleted the unnecessary_keyword branch November 26, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content: React Involves the React course

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mocking Callbacks And Components: Unnecessary async keyword in CustomButton tests

2 participants