We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7d706 commit 8a4dc58Copy full SHA for 8a4dc58
1 file changed
packages/cli/src/utils/__tests__/editor.spec.ts
@@ -24,9 +24,7 @@ afterEach(() => {
24
25
describe('selectEditors', () => {
26
it('prompts with editor config targets and supports multiple selections', async () => {
27
- const multiselectSpy = vi
28
- .spyOn(prompts, 'multiselect')
29
- .mockResolvedValue(['vscode', 'zed']);
+ const multiselectSpy = vi.spyOn(prompts, 'multiselect').mockResolvedValue(['vscode', 'zed']);
30
31
await expect(
32
selectEditors({
0 commit comments