Greg Solo
Nov 2, 2020

--

Hello there!

Thank you for your kind words 🙏

What I think happens here is that tests run previously compiled version of your code. TS won’t compile the code until all errors are fixed. Tests run on runtime level. Feels like your editor signals you about the issues, and TS just waits until code is fixed. Until then, app and tests work with the last version of code that was successfully compiled.

Let me know if that works and if you have any other questions!

--

--

Greg Solo
Greg Solo

Written by Greg Solo

Software Engineer. Immigrant. Entrepreneur. I have been telling stories through software for 15 years in the hope to craft a better future

No responses yet