Prechádzať zdrojové kódy

test: include rebased helpers in extracted bundles

Twelveeee 4 mesiacov pred
rodič
commit
136b65728a

+ 1 - 0
tests/auto-run-fresh-attempt-reset.test.js

@@ -67,6 +67,7 @@ const bundle = [
   extractFunction('getAutoRunRoundRetryCount'),
   extractFunction('formatAutoRunFailureReasons'),
   extractFunction('logAutoRunFinalSummary'),
+  extractFunction('waitBetweenAutoRunRounds'),
   extractFunction('autoRunLoop'),
 ].join('\n');
 

+ 1 - 0
tests/step9-localhost-cleanup-scope.test.js

@@ -55,6 +55,7 @@ const bundle = [
   extractFunction('normalizeEmailGenerator'),
   extractFunction('parseUrlSafely'),
   extractFunction('isHotmailProvider'),
+  extractFunction('isCustomMailProvider'),
   extractFunction('isGeneratedAliasProvider'),
   extractFunction('shouldUseCustomRegistrationEmail'),
   extractFunction('isLocalhostOAuthCallbackUrl'),