jest-how-do-i-mock-x icon indicating copy to clipboard operation
jest-how-do-i-mock-x copied to clipboard

Runnable examples for common testing situations that often prove challenging

Results 1 jest-how-do-i-mock-x issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for sharing the information provided in the repo here! 👏 I guess I found a bug/typo. In src/process-globals/__tests__/get-platform.test.js you write: ``` Object.defineProperty(process, 'platform', { ...Object.getOwnPropertyDescriptor(process,...