Skip to content

Commit 63e668a

Browse files
committed
Fix typo in test/reporters/nyan.js
peinding -> pending
1 parent c4393c4 commit 63e668a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reporters/nyan.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('nyan face', function () {
99
nyanCat.face.call(nyanCat).should.equal('( x .x)');
1010
});
1111

12-
it('expected nyan face:(x .x) when "peinding" at least one and no failing', function () {
12+
it('expected nyan face:(x .x) when "pending" at least one and no failing', function () {
1313
var nyanCat = new NyanCat({on: function(){}});
1414
nyanCat.stats = { passes: 2, pending: 1, failures: 0 };
1515
nyanCat.face.call(nyanCat).should.equal('( o .o)');

0 commit comments

Comments
 (0)