This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tormozz48
reviewed
Oct 26, 2017
lib/runner/index.js
Outdated
.then(() => this.emit(Events.BEGIN, this._formatBeginEventData(suiteCollection))) | ||
.then(() => this._stateProcessor.prepare(this)) | ||
.then(() => !this._cancelled && this._runTests(suiteCollection)) | ||
.then(() => this.coverage && this.coverage.processStats()) | ||
.finally(() => { | ||
console.log('FINISHER START'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А нам нужен этот сonsole.log
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нет, не нужен, уберу
rostik404
force-pushed
the
add-async-emitter
branch
4 times, most recently
from
October 31, 2017 10:30
a95d3ae
to
647b62f
Compare
rostik404
force-pushed
the
add-async-emitter
branch
from
October 31, 2017 11:27
647b62f
to
a55486a
Compare
This was referenced Feb 16, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.