We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
describe
1 parent 82307fb commit 52b5c42Copy full SHA for 52b5c42
1 file changed
test/reporters/json.spec.js
@@ -5,7 +5,7 @@ var Suite = Mocha.Suite;
5
var Runner = Mocha.Runner;
6
var Test = Mocha.Test;
7
8
-describe('json reporter', function() {
+describe('JSON reporter', function() {
9
var suite, runner;
10
var testTitle = 'json test 1';
11
0 commit comments