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 40b3b86 commit 7b82003Copy full SHA for 7b82003
test/interfaces/bdd.spec.js
@@ -48,7 +48,7 @@ describe('pending tests', function () {
48
});
49
50
describe('setting timeout by appending it to test', function () {
51
- var runningTest = it('enables users to call timeout on pending tests', function () {
+ var runningTest = it('enables users to call timeout on active tests', function () {
52
expect(1 + 1).to.equal(2);
53
}).timeout(1003);
54
0 commit comments