Skip to content

Update test format#821

Merged
danditomaso merged 2 commits into
meshtastic:mainfrom
philon-:biome-changes
Sep 1, 2025
Merged

Update test format#821
danditomaso merged 2 commits into
meshtastic:mainfrom
philon-:biome-changes

Conversation

@philon-

@philon- philon- commented Aug 31, 2025

Copy link
Copy Markdown
Contributor

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

  • Code follows project style guidelines
  • Documentation has been updated or added
  • Tests have been added or updated
  • All i18n translation labels have been added (read
    CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)

Copilot AI review requested due to automatic review settings August 31, 2025 22:34
@vercel

vercel Bot commented Aug 31, 2025

Copy link
Copy Markdown

@philon- is attempting to deploy a commit to the Meshtastic Team on Vercel.

A member of the Team first needs to authorize it.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@vercel

vercel Bot commented Aug 31, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
web-test Ready Ready Preview Comment Aug 31, 2025 10:50pm

@danditomaso danditomaso merged commit 90cf136 into meshtastic:main Sep 1, 2025
4 checks passed
@philon- philon- deleted the biome-changes branch September 1, 2025 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants