Skip to content

[GrantFox Bot] Rename the malformed test file webhook mapper.test.ts (#105) - #367

Closed
ZacLou wants to merge 1 commit into
Adamantine-guild:mainfrom
ZacLou:grantfox-bot/typo-issue-105-20260905-093128
Closed

[GrantFox Bot] Rename the malformed test file webhook mapper.test.ts (#105)#367
ZacLou wants to merge 1 commit into
Adamantine-guild:mainfrom
ZacLou:grantfox-bot/typo-issue-105-20260905-093128

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 5, 2026

Copy link
Copy Markdown

Addresses #105

此 PR 由 GrantFox Task Executor 自动生成。

原始 issue: #105

说明:

Rename the malformed test file webhook mapper.test.ts

Difficulty: Intermediate
Type: Bug

Background: apps/dashboard/test/webhook mapper.test.ts contains a literal space in its filename, sitting alongside the correctly named webhook-mapper.test.ts-style siblings such as webhook.test.ts and webhook-validation.test.ts.

Problem: The stray space is inconsistent with every other test file in the repo, can break shell globbing/tooling on some CI or editor configurations, and looks like an accidental save-as.

Expected outcome: The file is renamed to webhook-mapper.test.ts (or merged into an existing mapper test file if content overlaps), with no loss of test coverage.

Suggested implementation:

  • git mv "apps/dashboard/test/webhook mapper.test.ts" apps/dashboard/test/webhook-mapper.test.ts
  • Verify the test still targets lib/activity/mapper.ts and imports resolve correctly.
  • Check package.json test glob patterns don't special-case the old name.

Auto-generated by GrantFox Task Executor

@ZacLou ZacLou closed this Sep 6, 2026
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.

1 participant