Skip to content

Commit e2b8911

Browse files
fix test
1 parent cfb5ba9 commit e2b8911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/backend/src/utils.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { expect, test } from 'vitest';
2-
import { arraysEqualShallow, isRemotePath } from './utils';
2+
import { arraysEqualShallow } from './utils';
3+
import { isRemotePath } from '@sourcebot/shared';
34

45
test('should return true for identical arrays', () => {
56
expect(arraysEqualShallow([1, 2, 3], [1, 2, 3])).toBe(true);

0 commit comments

Comments
 (0)