Skip to content

Commit 380eb7d

Browse files
committed
test: sort the vitest named imports to satisfy eslint
The installer CI runs eslint:check before building and the sort-imports rule rejected the unsorted import in the new checkForUpdates test, failing the Linux job (and cancelling the others). Order the members alphabetically.
1 parent b664142 commit 380eb7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/app-checkforupdates.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, beforeEach, vi } from 'vitest';
1+
import { beforeEach, describe, expect, it, vi } from 'vitest';
22
import { net } from '../setup/electron-stub';
33
import { JupyterApplication } from '../../src/main/app';
44

0 commit comments

Comments
 (0)