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.
1 parent c4393c4 commit 63e668aCopy full SHA for 63e668a
test/reporters/nyan.js
@@ -9,7 +9,7 @@ describe('nyan face', function () {
9
nyanCat.face.call(nyanCat).should.equal('( x .x)');
10
});
11
12
- it('expected nyan face:(x .x) when "peinding" at least one and no failing', function () {
+ it('expected nyan face:(x .x) when "pending" at least one and no failing', function () {
13
var nyanCat = new NyanCat({on: function(){}});
14
nyanCat.stats = { passes: 2, pending: 1, failures: 0 };
15
nyanCat.face.call(nyanCat).should.equal('( o .o)');
0 commit comments