Skip to content

chore: rename malformed test file to match naming convention - #368

Closed
ZacLou wants to merge 1 commit into
Adamantine-guild:mainfrom
ZacLou:fix-webhook-test-filename
Closed

chore: rename malformed test file to match naming convention#368
ZacLou wants to merge 1 commit into
Adamantine-guild:mainfrom
ZacLou:fix-webhook-test-filename

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 5, 2026

Copy link
Copy Markdown

Fixes #105

Renames apps/dashboard/test/webhook mapper.test.ts to apps/dashboard/test/webhook-mapper.test.ts.

The literal space in the filename was inconsistent with every other test file in the repo (webhook.test.ts, webhook-validation.test.ts, webhook-abuse.test.ts) and could break shell globbing/tooling on some CI or editor configurations.

  • No test coverage lost — exact same content, just a rename
  • No other webhook mapper.test.ts file exists in the repo
  • Verified no references to the old filename in package.json, tsconfig, or test scripts

Renames apps/dashboard/test/webhook mapper.test.ts to
apps/dashboard/test/webhook-mapper.test.ts

The literal space in the filename was inconsistent with every other test
file in the repo and could break shell globbing/tooling on some CI or
editor configurations.

Fixes Adamantine-guild#105
@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.

Rename the malformed test file webhook mapper.test.ts

1 participant