We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a4c5f commit 5180093Copy full SHA for 5180093
content/en/real_user_monitoring/mobile_and_tv_monitoring/react_native/advanced_configuration.md
@@ -29,7 +29,7 @@ Datadog provides mocks for the `'@datadog/mobile-react-native'` package. To use
29
30
```javascript
31
jest.mock('@datadog/mobile-react-native', () => {
32
- return require('@datadog/mobile-react-native/jest/mock');
+ return require('@datadog/mobile-react-native/jest')
33
});
34
```
35
0 commit comments