Update test format#821
Merged
Merged
Conversation
|
@philon- is attempting to deploy a commit to the Meshtastic Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR continues the formatting updates from PR #818 by applying code style improvements to test files and configuration files. The changes focus on consistent code formatting including import ordering, bracket placement, and line breaks.
- Standardizes code formatting across test files and configuration files
- Updates import statement ordering to follow project conventions
- Applies consistent bracket and parentheses formatting for better readability
Reviewed Changes
Copilot reviewed 28 out of 48 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/web/src/core/stores/utils/indexDB.test.ts | Reorders imports to put vitest imports after idb import |
| packages/web/src/core/stores/nodeDBStore/nodeDBStore.test.ts | Adds braces to single-line conditionals and removes extra whitespace |
| packages/web/src/core/hooks/useToast.test.tsx | Adds non-null assertion operator to array access |
| packages/web/src/components/UI/Checkbox/Checkbox.test.tsx | Formats function calls with proper line breaks |
| packages/web/src/components/PageComponents/Messages/TraceRoute.test.tsx | Reorders imports and removes extra whitespace |
| packages/web/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.test.tsx | Formats import statements and function calls |
| packages/web/src/components/Dialog/RebootDialog.test.tsx | Reorders imports and formats type definitions |
| packages/web/src/components/Dialog/DeleteMessagesDialog/DeleteMessagesDialog.test.tsx | Reorders imports and removes unnecessary comment |
| packages/transport-*/tsconfig.json | Removes trailing commas and extra whitespace |
| packages/transport-*/src/transport.test.ts | Reorders imports and formats function calls |
| packages/transport-*/package.json | Formats arrays with proper line breaks |
| biome.json | Updates formatter configuration and adds test file overrides |
| .vscode/settings.json | Removes trailing commas |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Description
This is part 2 of PR #818 since I didn't include all updates in my first commit. Sorry!
Related Issues
Changes Made
Testing Done
Screenshots (if applicable)
Checklist
CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)