After transitioning to Angular 9 (Type Script) from Angular.js, we aim to stick with Mocha for writing tests while maintaining the JavaScript syntax instead of using TypeScript in Mocha.
Is it viable to write JavaScript tests for Type Script code, specifically for testing the actual TypeScript components of Angular?
Any recommendations of guides or articles on this topic would be highly valued.
Thank you.