Can't run individual tests when timeout is specified

The green play button disappears from beside the test when I specify a timeout using the `.timeout` method.

I'm using mocha.

Exampe:

it('does something', () => {

  doThing();

}).timeout(10000);

0

Please sign in to leave a comment.