We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb5ba9 commit e2b8911Copy full SHA for e2b8911
packages/backend/src/utils.test.ts
@@ -1,5 +1,6 @@
1
import { expect, test } from 'vitest';
2
-import { arraysEqualShallow, isRemotePath } from './utils';
+import { arraysEqualShallow } from './utils';
3
+import { isRemotePath } from '@sourcebot/shared';
4
5
test('should return true for identical arrays', () => {
6
expect(arraysEqualShallow([1, 2, 3], [1, 2, 3])).toBe(true);
0 commit comments