Skip to content

fix(lint): in api test#1

Merged
shouze merged 1 commit intomainfrom
fix-lint-in-api-test
Feb 19, 2026
Merged

fix(lint): in api test#1
shouze merged 1 commit intomainfrom
fix-lint-in-api-test

Conversation

@shouze
Copy link
Contributor

@shouze shouze commented Feb 19, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 19, 2026 01:51
@github-actions
Copy link

Coverage after merging fix-lint-in-api-test into main will be

97.45%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src
   aggregate.ts100%100%100%100%
   api.ts100%100%100%100%
   group.ts100%100%100%100%
   output.ts98.91%100%94.74%99.39%45
   render.ts97.20%100%100%97.14%142–145
   upgrade.ts77.01%100%88.89%75.64%128, 130–132, 79–93
src/render
   filter.ts100%100%100%100%
   highlight.ts99.29%100%100%99.01%184–185
   rows.ts100%100%100%100%
   selection.ts100%100%100%100%
   summary.ts100%100%100%100%

@shouze shouze self-assigned this Feb 19, 2026
@shouze shouze merged commit ed62123 into main Feb 19, 2026
7 checks passed
@shouze shouze deleted the fix-lint-in-api-test branch February 19, 2026 01:54
Copy link
Contributor

Copilot AI left a comment

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 refactors the test file by extracting a test helper function to module scope, following established codebase conventions for test fixture creation.

Changes:

  • Extracted makeFetchItem helper function from inline definition within a single test case to module scope
  • Renamed the helper from makeItem to makeFetchItem for better clarity
  • Updated references to use the new helper function name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants