Skip to content

Commit

Permalink
fix spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed Feb 3, 2017
1 parent e82c671 commit 6e52f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reporters/progress.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var reporters = require('../../').reporters;
var Progress = reporters.Progress;
var Base = reporters.Base;

describe('Progrss reporter', function () {
describe('Progress reporter', function () {
var stdout;
var stdoutWrite;
var runner;
Expand Down

0 comments on commit 6e52f40

Please sign in to comment.