-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
stalethis has been inactive for a while...this has been inactive for a while...status: waiting for authorwaiting on response from OP or other posters - more information neededwaiting on response from OP or other posters - more information needed
Description
code smell: #946 (comment)
Lines 221 to 234 in 8a37e01
| Runner.prototype.fail = function(test, err) { | |
| ++this.failures; | |
| test.state = 'failed'; | |
| if (!(err instanceof Error || err && typeof err.message === 'string')) { | |
| err = new Error('the ' + type(err) + ' ' + stringify(err) + ' was thrown, throw an Error :)'); | |
| } | |
| err.stack = (this.fullStackTrace || !err.stack) | |
| ? err.stack | |
| : stackFilter(err.stack); | |
| this.emit('fail', test, err); | |
| }; |
Metadata
Metadata
Assignees
Labels
stalethis has been inactive for a while...this has been inactive for a while...status: waiting for authorwaiting on response from OP or other posters - more information neededwaiting on response from OP or other posters - more information needed