Commit e6dc40d
test: update test names to reflect as-const refactor
Rename "enum" to "constant" in two test descriptors to match the refactor
in the parent commit:
- "should export CreateButtonType enum" -> "...constant"
- describe("Enum Exports") -> describe("Constant Exports")
Keeps test names truthful; neighboring test already uses the "constant"
phrasing (see "should export DEFAULT_METHOD constant"). No behavior change.
Co-authored-by: Claude <noreply@anthropic.com>1 parent 2f3b427 commit e6dc40d
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- web/app/components/plugins/plugin-detail-panel/subscription-list/create
- __tests__
- hooks/__tests__
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1225 | 1225 | | |
1226 | 1226 | | |
1227 | 1227 | | |
1228 | | - | |
| 1228 | + | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | 1231 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
714 | 714 | | |
715 | 715 | | |
716 | 716 | | |
717 | | - | |
| 717 | + | |
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| |||
0 commit comments