diff --git a/script/test/src/import-restrictions/allowedImports.ts b/script/test/src/import-restrictions/allowedImports.ts index 52954a929..f63a5b715 100644 --- a/script/test/src/import-restrictions/allowedImports.ts +++ b/script/test/src/import-restrictions/allowedImports.ts @@ -34,6 +34,7 @@ export const allowedImports: AllowedImports = { "node-fetch", "playwright", "zlib", + "yargs", ], dynamic: ["cubing", "node:repl"], },