You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(`Skipped ${i} expensive tests; estimated time savings of ${(skippedTime/costs.totalTime*100).toFixed(2)}% with ${skipPercent.toFixed(2)}% chance of missing a test.`)
211
+
console.log(`Skipped ${i} expensive tests; estimated time savings of ${(skippedTime/costs.totalTime*100).toFixed(2)}% with ${skipPercent.toFixed(2)}% chance of missing a test.`);
0 commit comments