Skip to content

Commit

Permalink
refactor: optimize imports (#109)
Browse files Browse the repository at this point in the history
Run import optimization on the project
  • Loading branch information
ComradeVanti authored Jan 14, 2024
1 parent 4b91c63 commit e3394e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/test-editor-version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { describe } from "mocha";
import {
compareEditorVersion,
tryCompareEditorVersion,
tryParseEditorVersion,
} from "../src/types/editor-version";
Expand Down
2 changes: 1 addition & 1 deletion test/test-upm-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
isBasicAuth,
isTokenAuth,
shouldAlwaysAuth,
tryGetAuthForRegistry,
tryDecodeBasicAuth,
tryGetAuthForRegistry,
UpmAuth,
UPMConfig,
} from "../src/types/upm-config";
Expand Down

0 comments on commit e3394e8

Please sign in to comment.