From 2eb4c19721391cdc3a2d45289ad7a7754f1dd942 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Mon, 25 Jul 2022 19:03:36 -0700 Subject: [PATCH] [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. --- script/test/import-restrictions/target-infos.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/test/import-restrictions/target-infos.js b/script/test/import-restrictions/target-infos.js index 2d00a5e4e..590fcb4bb 100644 --- a/script/test/import-restrictions/target-infos.js +++ b/script/test/import-restrictions/target-infos.js @@ -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"], }, }, };