File tree Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Expand file tree Collapse file tree 3 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,9 @@ var QUEUE_WAIT = 10;
2828 *
2929 * CLI arguments:
3030 *
31- * 1. 'pattern' :
32- * glob determining which mock(s) are to be tested
33- * 2. --queue :
34- * if sent, the image will be run in queue instead of in batch.
35- * Makes the test run significantly longer, but is Recommended on weak hardware.
31+ * 1. 'pattern' : glob determining which mock(s) are to be tested
32+ * 2. --queue : if sent, the image will be run in queue instead of in batch.
33+ * Makes the test run significantly longer, but is recommended on weak hardware.
3634 *
3735 * Examples:
3836 *
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ var MIN_SIZE = 100;
2626 *
2727 * CLI arguments:
2828 *
29- * 1. 'pattern' :
30- * glob determining which mock(s) are to be tested
29+ * 1. 'pattern' : glob determining which mock(s) are to be tested
3130 *
3231 * Examples:
3332 *
@@ -54,7 +53,6 @@ if(mockList.length === 0) {
5453// main
5554runInBatch ( mockList ) ;
5655
57-
5856function runInBatch ( mockList ) {
5957 test ( 'testing image export formats' , function ( t ) {
6058 t . plan ( mockList . length * FORMATS . length ) ;
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ var QUEUE_WAIT = 10;
1717 *
1818 * CLI arguments:
1919 *
20- * 1. 'pattern' :
21- * glob determining the baseline(s) are to be generated
20+ * 1. 'pattern' : glob determining the baseline(s) to be generated
2221 *
2322 * Examples:
2423 *
@@ -45,7 +44,6 @@ if(mockList.length === 0) {
4544// main
4645runInQueue ( mockList ) ;
4746
48-
4947function runInQueue ( mockList ) {
5048 var index = 0 ;
5149
You can’t perform that action at this time.
0 commit comments