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
Copy file name to clipboardExpand all lines: __tests__/__snapshots__/index.test.js.snap
+255Lines changed: 255 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -326,6 +326,261 @@ Array [
326
326
327
327
exports[`execa-webpack-plugin should work and output 'stdout' and 'stderr' (sync hook): warnings 1`] =`Array []`;
328
328
329
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 1) (async hook): errors 1`] =`Array []`;
330
+
331
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 1) (async hook): logs 1`] =`
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 1) (async hook): warnings 1`] =`Array []`;
379
+
380
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 2) (async hook): errors 1`] =`Array []`;
381
+
382
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 2) (async hook): logs 1`] =`
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 2) (async hook): warnings 1`] =`Array []`;
430
+
431
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (async hook): errors 1`] =`Array []`;
432
+
433
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (async hook): logs 1`] =`
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (async hook): warnings 1`] =`Array []`;
481
+
482
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (sync hook): errors 1`] =`Array []`;
483
+
484
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (sync hook): logs 1`] =`
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 4) (sync hook): warnings 1`] =`Array []`;
532
+
533
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 16) (async hook): errors 1`] =`Array []`;
534
+
535
+
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 16) (async hook): logs 1`] =`
exports[`execa-webpack-plugin should work multiple commands and do not overload the system (the number of cores is 16) (async hook): warnings 1`] =`Array []`;
583
+
329
584
exports[`execa-webpack-plugin should work when nested commands return nothing and 'bail: false' (async hook): errors 1`] =`Array []`;
330
585
331
586
exports[`execa-webpack-plugin should work when nested commands return nothing and 'bail: false' (async hook): logs 1`] =`
0 commit comments