Skip to content

Commit 1e94cd3

Browse files
authored
Fix failing check
Move comment position
1 parent 4430afa commit 1e94cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli-kit/src/private/node/ui/components/SelectInput.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ describe('SelectInput', async () => {
273273
const items = [
274274
{label: 'item1', value: '1', group: 'GroupA'},
275275
{label: 'item2', value: '2', group: 'GroupC'},
276-
{label: 'item3', value: '3'}, // no group - should be "Other"
277-
{label: 'item4', value: '4', group: 'GroupX'}, // not in groupOrder
278-
{label: 'item5', value: '5'}, // no group - should be "Other"
276+
{label: 'item3', value: '3'},
277+
{label: 'item4', value: '4', group: 'GroupX'},
278+
{label: 'item5', value: '5'},
279279
]
280280

281281
// GroupOrder specifies: GroupC first, then GroupA

0 commit comments

Comments
 (0)