chore: add names for static adapter test apps#15851
Conversation
|
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "name": "~TODO~", | |||
| "name": "test-static-prerendered", | |||
There was a problem hiding this comment.
personally I would put test at the end of these names so it reads more fluently like static-prerendered-test
There was a problem hiding this comment.
Hmm but the other test apps all follow this convention already
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "name": "~TODO~", | |||
| "name": "test-static-prerendered", | |||
There was a problem hiding this comment.
personally I would put test at the end of these names so it reads more fluently like static-prerendered-test
Adding names for these test apps help them clearly show up in the logs when one of their tests fail
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits