Skip to content

Commit

Permalink
[test-import-restrictions] Remove an outdated comment.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lgarron committed Jul 26, 2022
1 parent 68d8055 commit 2eb4c19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/test/import-restrictions/target-infos.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ export const targetInfos = {
"twisty": {
deps: {
direct: ["alg", "kpuzzle", "notation", "puzzles"],
dynamic: [
"puzzle-geometry", // TODO: remove (workaround for getting Twizzle links)
],
dynamic: ["puzzle-geometry"],
},
},
};
Expand Down

0 comments on commit 2eb4c19

Please sign in to comment.