Skip to content

Commit

Permalink
Uppercased JSON reporter name in describe title (#3739)
Browse files Browse the repository at this point in the history
'Nuff said.
  • Loading branch information
plroebuck committed Feb 17, 2019
1 parent 82307fb commit 52b5c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/json.spec.js
Expand Up @@ -5,7 +5,7 @@ var Suite = Mocha.Suite;
var Runner = Mocha.Runner;
var Test = Mocha.Test;

describe('json reporter', function() {
describe('JSON reporter', function() {
var suite, runner;
var testTitle = 'json test 1';

Expand Down

0 comments on commit 52b5c42

Please sign in to comment.