Skip to content

Commit b3ac3f9

Browse files
refactor: move utils tests
1 parent b7e86d5 commit b3ac3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/autocomplete-core/src/__tests__/utils.test.ts renamed to packages/autocomplete-core/src/utils/__tests__/flatten.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { flatten } from '../utils';
1+
import { flatten } from '../flatten';
22

33
describe('flatten', () => {
44
it('does not split strings', () => {

0 commit comments

Comments
 (0)