Skip to content

test(js): rename test files from test_*.ts to *_test.ts - #1369

Merged
tushuhei merged 1 commit into
mainfrom
rename-ts-tests-to-standard-suffix
Sep 11, 2026
Merged

test(js): rename test files from test_*.ts to *_test.ts#1369
tushuhei merged 1 commit into
mainfrom
rename-ts-tests-to-standard-suffix

Conversation

@tushuhei

@tushuhei tushuhei commented Sep 11, 2026

Copy link
Copy Markdown
Member

In JavaScript/TypeScript ecosystems, test files conventionally use suffix-based naming (such as .test.ts or _test.ts) rather than Python-style test_* prefixes. Adopting this convention improves consistency and makes it easier for general build tools, linters, and test runners to automatically recognize test files.

Change-Id: Ic95873cefa575b57d0e6a06a923a52a67c878ebe
@tushuhei
tushuhei merged commit e1236c3 into main Sep 11, 2026
37 checks passed
@tushuhei
tushuhei deleted the rename-ts-tests-to-standard-suffix branch September 11, 2026 05:14
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