Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

end event not being triggered after version 3.0.1 #194

Closed
gustavomassa opened this issue Mar 22, 2019 · 2 comments
Closed

end event not being triggered after version 3.0.1 #194

gustavomassa opened this issue Mar 22, 2019 · 2 comments

Comments

@gustavomassa
Copy link

gustavomassa commented Mar 22, 2019

Hello,

The mocha "end" event is not being triggered after version 3.0.1.

Based on the readme example:

gulp.task('default', () =>
	gulp.src('test.js')
		.pipe(mocha())
		.once('error', err => {
			console.error(err);
			process.exit(1);
		})
		.once('end', () => {
			process.exit();
		})
);

On version 3.0.1 end event is emitted.

@pubkey
Copy link

pubkey commented Apr 10, 2019

I have the same problem.

@KingRial
Copy link

Maybe it's related to #108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants