docs: remove stale hard-coded Jest test count from Agents.md#41
Merged
Conversation
Open
Co-authored-by: tiye <449224+tiye@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on "Perf by vibe" PR
docs: remove stale hard-coded Jest test count from Agents.md
Mar 14, 2026
There was a problem hiding this comment.
Pull request overview
Removes a stale, hard-coded Jest test count in the contributor quick commands so the documentation stays accurate as tests are added/removed over time.
Changes:
- Update
yarn testcomment from “run all 22 Jest tests” to “run all Jest tests” to avoid an incorrect fixed number.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
yarn testcomment inAgents.mdhard-coded "22 Jest tests", which was already inconsistent with the actual test count (27) mentioned later in the same file.Change
Agents.md:# run all 22 Jest tests→# run all Jest tests💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.