We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab91e6f commit 46edbf8Copy full SHA for 46edbf8
test/src/api.js renamed to test/src/api/sorted.js
@@ -9,7 +9,7 @@ import {
9
} from '@aureooms/js-compare';
10
import {EfficientlyInvertiblePairs as Pairs} from '@aureooms/js-pairs';
11
import counter from '@aureooms/js-collections-counter';
12
-import {sorted} from '../../src/index.js';
+import {sorted} from '../../../src/index.js';
13
14
// https://en.wikipedia.org/wiki/Topological_sorting
15
const wikipediaGraph = [
0 commit comments