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
exports[`parseParallelism throwsErrorOnInvalidParallelism 1`] =`"Invalid parallelism value of 'tequila', expected a number, a percentage, or 'max'"`;
3
+
exports[`parseParallelism throwsErrorOnInvalidParallelism 1`] =`"Invalid parallelism value of \\"tequila\\": expected a number, a percentage string, or \\"max\\""`;
4
4
5
-
exports[`parseParallelism throwsErrorOnInvalidParallelismPercentage 1`] =`"Invalid percentage value of '200%', value cannot be less than '0%' or more than '100%'"`;
5
+
exports[`parseParallelism throwsErrorOnInvalidParallelismPercentage 1`] =`"Invalid percentage value of \\"200\\": value must not exceed 100%"`;
0 commit comments