jonkemp/gulp-qunit

gulp-qunit.finished event emitted to wrong target

Open

#38 ouverte le 7 juin 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (19 forks)github user discovery
bughelp wanted

Métriques du dépôt

Stars
 (24 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

In https://github.com/jonkemp/gulp-qunit/pull/13/files, the event was emitted to gulp stream. (because this binded to through) But in https://github.com/jonkemp/gulp-qunit/commit/734543fa81a725da1acfc91695e602de543b277b, the event was emitted to the child process. So users cannot listen to the event from outside.

Guide contributeur