|
|
|
|
|
by halflife
1 hour ago
|
|
Jest mocks allow developers to write bad code. Instead of separating concerns with DI, jest mocks overwrite the importing mechanism without any type safety. Also, if you wish to migrate to native node test runner, the mocks lock you into jest. Use proper mocks with ts mockito and it will force you to write better code. |
|
in JS (with Jest/Vitest) it is far too easy to call mock()...