Skip to content

Commit

Permalink
Optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Nagie committed Nov 14, 2024
1 parent bb09d64 commit 2f09a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/utils.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { expect, test } from 'vitest';
import { arraysEqualShallow, isRemotePath, excludeReposByName } from './utils';
import { GitRepository, Repository } from './types';
import { Repository } from './types';

const testNames: string[] = [
"abcdefg/zfmno/ioiwerj/fawdf",
Expand Down

0 comments on commit 2f09a1d

Please sign in to comment.