Jest: how to create a mock to a class with all methods?
In Sinon, we can create a stub to a class:
jest mock “TypeError: Cannot assign to read only property”
I am using jest 29.7.0
In Sinon, we can create a stub to a class:
I am using jest 29.7.0