Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

chore: qemitter -> async-emitter #828

Merged
merged 1 commit into from
Oct 31, 2017
Merged

chore: qemitter -> async-emitter #828

merged 1 commit into from
Oct 31, 2017

Conversation

rostik404
Copy link
Contributor

No description provided.

.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');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А нам нужен этот сonsole.log ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

нет, не нужен, уберу

@rostik404 rostik404 force-pushed the add-async-emitter branch 4 times, most recently from a95d3ae to 647b62f Compare October 31, 2017 10:30
@rostik404 rostik404 merged commit 7ad28a3 into master Oct 31, 2017
@rostik404 rostik404 deleted the add-async-emitter branch October 31, 2017 12:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants