Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Uppercased JSON reporter name in describe title (mochajs#3739)
Browse files Browse the repository at this point in the history
'Nuff said.
  • Loading branch information
plroebuck committed Feb 17, 2019
1 parent f48d33e commit 56c30aa
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 56c30aa

Please sign in to comment.