Skip to content

Commit 52b5c42

Browse files
authored
Uppercased JSON reporter name in describe title (#3739)
'Nuff said.
1 parent 82307fb commit 52b5c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/reporters/json.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var Suite = Mocha.Suite;
55
var Runner = Mocha.Runner;
66
var Test = Mocha.Test;
77

8-
describe('json reporter', function() {
8+
describe('JSON reporter', function() {
99
var suite, runner;
1010
var testTitle = 'json test 1';
1111

0 commit comments

Comments
 (0)