Skip to content

[CLOSED DUPLICATE] PR #360 — superseded by #366 - #360

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

[CLOSED DUPLICATE] PR #360 — superseded by #366#360
ZacLou wants to merge 1 commit into
Adamantine-guild:mainfrom
ZacLou:grantfox-bot/typo-issue-105-20260904-173356

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 4, 2026

Copy link
Copy Markdown

Closes #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 changed the title [GrantFox Bot] Rename the malformed test file webhook mapper.test.ts (#105) [CLOSED DUPLICATE] PR #360 — superseded by #366 Sep 5, 2026
@ZacLou ZacLou closed this Sep 5, 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.

Rename the malformed test file webhook mapper.test.ts

1 participant