| jest.mock( '@automattic/calypso-config', () => ( { | |
| isEnabled: () => false, | |
| __esModule: true, | |
| default: function config( key: string ) { | |
| return key; | |
| }, | |
| } ) ); | |
| jest.mock( '@automattic/calypso-config', () => ( { | |
| isEnabled: () => false, | |
| __esModule: true, | |
| default: function config( key: string ) { | |
| return key; | |
| }, | |
| } ) ); | |