Skip to content

Commit 46edbf8

Browse files
🚚 refactor(test): Rename test/src/api.js to test/src/api/sorted.js.
1 parent ab91e6f commit 46edbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/api.js renamed to test/src/api/sorted.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
} from '@aureooms/js-compare';
1010
import {EfficientlyInvertiblePairs as Pairs} from '@aureooms/js-pairs';
1111
import counter from '@aureooms/js-collections-counter';
12-
import {sorted} from '../../src/index.js';
12+
import {sorted} from '../../../src/index.js';
1313

1414
// https://en.wikipedia.org/wiki/Topological_sorting
1515
const wikipediaGraph = [

0 commit comments

Comments
 (0)