Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98d2a4e

Browse files
committed
fixup
1 parent 66bf29e commit 98d2a4e

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

test/image/compare_pixels_test.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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
*

test/image/export_test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
5554
runInBatch(mockList);
5655

57-
5856
function runInBatch(mockList) {
5957
test('testing image export formats', function(t) {
6058
t.plan(mockList.length * FORMATS.length);

test/image/make_baseline.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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
4645
runInQueue(mockList);
4746

48-
4947
function runInQueue(mockList) {
5048
var index = 0;
5149

0 commit comments

Comments
 (0)