Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 39b4fd7

Browse files
author
David Baumgold
committed
Fix eslint problems
1 parent 9760e2d commit 39b4fd7

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

test/handleMultiLangInput.js

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
},
2626
total: 0
2727
}),
28-
Joi.compile({
29-
filename: path.normalize('FileB.js'),
30-
coverage: {
31-
1: 0,
32-
2: 0
33-
},
34-
total: 0
35-
}),
36-
Joi.compile({
37-
filename: path.normalize('FileC.js'),
38-
coverage: {
39-
1: 1,
40-
2: 1,
41-
3: 1,
42-
7: 0
43-
},
44-
total: 75
45-
}))
28+
Joi.compile({
29+
filename: path.normalize('FileB.js'),
30+
coverage: {
31+
1: 0,
32+
2: 0
33+
},
34+
total: 0
35+
}),
36+
Joi.compile({
37+
filename: path.normalize('FileC.js'),
38+
coverage: {
39+
1: 1,
40+
2: 1,
41+
3: 1,
42+
7: 0
43+
},
44+
total: 75
45+
}))
4646
};
4747

4848
return helper.setupMockEndpoint('1234', '4321', Joi.compile(expectedCoverage))
@@ -68,16 +68,16 @@
6868
},
6969
total: 0
7070
}),
71-
Joi.compile({
72-
filename: path.normalize('FileC.js'),
73-
coverage: {
74-
1: 1,
75-
2: 1,
76-
3: 1,
77-
7: 0
78-
},
79-
total: 75
80-
}))
71+
Joi.compile({
72+
filename: path.normalize('FileC.js'),
73+
coverage: {
74+
1: 1,
75+
2: 1,
76+
3: 1,
77+
7: 0
78+
},
79+
total: 75
80+
}))
8181
};
8282
var expectedCoverageTS = {
8383
total: 40,
@@ -91,13 +91,13 @@
9191
},
9292
total: 50
9393
}),
94-
Joi.compile({
95-
filename: path.normalize('FileB2.ts'),
96-
coverage: {
97-
1: 0
98-
},
99-
total: 0
100-
}))
94+
Joi.compile({
95+
filename: path.normalize('FileB2.ts'),
96+
coverage: {
97+
1: 0
98+
},
99+
total: 0
100+
}))
101101
};
102102

103103
return new Promise.all(

0 commit comments

Comments
 (0)