Skip to content

Commit 1d80b16

Browse files
committed
[test-import-restrictions] Remove an outdated comment.
I believe the comment referred to the original reason that `twisty` imported `puzzle-geometry` *directly*. We've since moved to dynamic import only, so the comment is outdated.
1 parent 2e189c7 commit 1d80b16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

script/test/import-restrictions/target-infos.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ export const targetInfos = {
7171
"twisty": {
7272
deps: {
7373
direct: ["alg", "kpuzzle", "notation", "puzzles"],
74-
dynamic: [
75-
"puzzle-geometry", // TODO: remove (workaround for getting Twizzle links)
76-
],
74+
dynamic: ["puzzle-geometry"],
7775
},
7876
},
7977
};

0 commit comments

Comments
 (0)