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
`Test to code ratio = ${toRatioString(stats.get('production').numLineAdded,stats.get('test').numLineAdded)}`
134
+
);
135
+
136
+
console.log();
137
+
132
138
console.log(
133
139
`${prodRatio===0||testRatio>prodRatio ? '😇' : '🚨'} There are ${chalk.magenta(toIntegerOrFixed(testRatio))} lines of test code added for every ${chalk.magenta(toIntegerOrFixed(prodRatio))} lines of production code added.`
0 commit comments