Skip to content

Commit 8a4dc58

Browse files
committed
fix: lint
1 parent 1c7d706 commit 8a4dc58

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/cli/src/utils/__tests__/editor.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ afterEach(() => {
2424

2525
describe('selectEditors', () => {
2626
it('prompts with editor config targets and supports multiple selections', async () => {
27-
const multiselectSpy = vi
28-
.spyOn(prompts, 'multiselect')
29-
.mockResolvedValue(['vscode', 'zed']);
27+
const multiselectSpy = vi.spyOn(prompts, 'multiselect').mockResolvedValue(['vscode', 'zed']);
3028

3129
await expect(
3230
selectEditors({

0 commit comments

Comments
 (0)