🛠 Tooling: Rename *:test to test:* #786
Labels
area: tooling
Managing the repository's maintenance
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
Right now, "end-to-end" tests are named in
package.json
likespecifier:test
:create-typescript-app/package.json
Line 26 in f9d63fc
But the rest of the scripts generally adhere to a format like
area:specifier
, like:create-typescript-app/package.json
Line 32 in f9d63fc
Let's switch them to
test:create
, test:initialize
, andtest:migrate
.Additional Info
You'll want to do a full text search on
:test
. At leastpackage.json
and some.github/workflows/*.yml
files will need to be changed, as well as.github/DEVELOPMENT.md
. And there should be at least one.ts
file.The text was updated successfully, but these errors were encountered: