Skip to content

Commit 4031c96

Browse files
committed
Align slash-enter keyboard test with menu select behavior
1 parent 4e68b53 commit 4031c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/__tests__/keyboard-actions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ describe('resolveChatKeyboardAction', () => {
249249

250250
test('enter submits (no menu intercept)', () => {
251251
expect(resolveChatKeyboardAction(enterKey, slashMenuState)).toEqual({
252-
type: 'none',
252+
type: 'slash-menu-select',
253253
})
254254
})
255255

0 commit comments

Comments
 (0)