Skip to content

Commit c72a3e2

Browse files
Move sorter.test.ts to src/test directory
Co-authored-by: unknowIfGuestInDream <57802425+unknowIfGuestInDream@users.noreply.github.com>
1 parent 173b5d5 commit c72a3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { JavaMethodSorter, JavaParser, SortingOptions } from './index';
1+
import { JavaMethodSorter, JavaParser, SortingOptions } from '../sorter';
22

33
/**
44
* Simple test runner for sorter logic

0 commit comments

Comments
 (0)