jest-community / jest-editor-support

A module for handling editor to jest integration
MIT License
28 stars 21 forks source link

fix missing output data from test run process #90

Closed connectdotz closed 2 years ago

connectdotz commented 2 years ago

when output matches messageTypes.testResults, the whole buffer is discarded, which caused missing output. This PR ensures all output of the process is reported.