Skip to content

Commit 7cd4f76

Browse files
43081jgithub-actions[bot]
authored andcommitted
[ci] format
1 parent 7a6b817 commit 7cd4f76

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/prompts/src/index.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -793,11 +793,7 @@ describe.each(['true', 'false'])('prompts (isCI = %s)', (isCI) => {
793793
test('renders multiple cancelled values', async () => {
794794
const result = prompts.multiselect({
795795
message: 'foo',
796-
options: [
797-
{ value: 'opt0' },
798-
{ value: 'opt1' },
799-
{ value: 'opt2' }
800-
],
796+
options: [{ value: 'opt0' }, { value: 'opt1' }, { value: 'opt2' }],
801797
input,
802798
output,
803799
});

0 commit comments

Comments
 (0)