TL;DR if you're building an SPA and plan to use Code Splitting you should ignore tree shaking and structure your modules and imports accordingly to avoid redundant code being included in your…
Some thoughts on testing - the what and the how (javascript). Testing The primary reason for writing automated tests is to ensure that your code runs correctly. When you make changes to your code,…