rogeliog / jest-runner-mocha

A Mocha runner for Jest
70 stars 12 forks source link

remove extra event listener #22

Open jehy opened 4 years ago

jehy commented 4 years ago

Bug https://github.com/rogeliog/jest-runner-mocha/issues/21. Seems like event listener and onEnd functions are not needed so I simply removed them.

jehy commented 4 years ago

All tests besides Node 4 pass and Node 4 fails because yarn does not support node 4 any more.

ljharb commented 4 years ago

We should remove yarn and just use npm; that way we can use nvm install-latest-npm in travis, and testing won't be obstructed by arbitrary breaking changes in our package manager.