jest-community / jest-editor-support

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

Improvement: Our build process doesn't fail on TypeScript errors #43

Open seanpoulter opened 4 years ago

seanpoulter commented 4 years ago

One of our library consumers opened PR #42 because:

When trying to compile a Typescript project that depends on this library it was throwing an error


Expected behaviour We catch TypeScript errors in our CI/CD pipeline

Actual behaviour 😞

Steps to reproduce the issue - Revert PR #42