-
Notifications
You must be signed in to change notification settings - Fork 2
Test Fixture Commit Message Validation #10
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
Test Fixture Commit Message Validation #10
Conversation
Co-Authored-By: Ryota Murakami <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Ryota Murakami <[email protected]>
Co-Authored-By: Ryota Murakami <[email protected]>
|
@devin I'm sorry, I've just added OPEN_API_KEY to repository secret on Github. |
This reverts commit 4104b2c.
Co-Authored-By: Ryota Murakami <[email protected]>
|
…t skipping Co-Authored-By: Ryota Murakami <[email protected]>
|
|
||
| mockExec.mockReturnValue(testFixtureDiff) | ||
|
|
||
| const messages = [ |
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.
@devin Don't setup API parameter in test file.
Our goal is to test the behavior of index.js.
…etup Co-Authored-By: Ryota Murakami <[email protected]>
Co-Authored-By: Ryota Murakami <[email protected]>
Test Fixture Commit Message Validation
This PR adds:
The commit message format for test fixture changes is:
test: update fixture for [functionality]Implementation Details
test/fixtures/directory with three categories: array, object, and string utilitiesvalidateTestFixtureCommitMessagefunction inutils/validateTestFixtureCommitMessage.jsutils/validateTestFixtureCommitMessage.test.jstest/commit-message-fixtures.test.jsAll tests are passing with
pnpm test.Link to Devin run: https://app.devin.ai/sessions/80f7d04a660940a79798bf9d619500a8
Requested by: Ryota Murakami