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;
28
28
*
29
29
* CLI arguments:
30
30
*
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.
36
34
*
37
35
* Examples:
38
36
*
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ var MIN_SIZE = 100;
26
26
*
27
27
* CLI arguments:
28
28
*
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
31
30
*
32
31
* Examples:
33
32
*
@@ -54,7 +53,6 @@ if(mockList.length === 0) {
54
53
// main
55
54
runInBatch ( mockList ) ;
56
55
57
-
58
56
function runInBatch ( mockList ) {
59
57
test ( 'testing image export formats' , function ( t ) {
60
58
t . plan ( mockList . length * FORMATS . length ) ;
Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ var QUEUE_WAIT = 10;
17
17
*
18
18
* CLI arguments:
19
19
*
20
- * 1. 'pattern' :
21
- * glob determining the baseline(s) are to be generated
20
+ * 1. 'pattern' : glob determining the baseline(s) to be generated
22
21
*
23
22
* Examples:
24
23
*
@@ -45,7 +44,6 @@ if(mockList.length === 0) {
45
44
// main
46
45
runInQueue ( mockList ) ;
47
46
48
-
49
47
function runInQueue ( mockList ) {
50
48
var index = 0 ;
51
49
You can’t perform that action at this time.
0 commit comments