Commit 439da92
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 c9d40ef commit 439da92
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 | |
|---|---|---|---|
| |||
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | | - | |
| 1440 | + | |
1441 | 1441 | | |
1442 | 1442 | | |
1443 | 1443 | | |
| |||
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