Why is TypeScript beneficial for writing unit tests?
It improves runtime performance of tests.
It ensures type safety and catches errors during compilation.
It eliminates the need for assertions in test cases.
It allows tests to run without a testing framework.
This question is part of this quiz :
Testing with TypeScript Quiz