Skip to content

Commit 5180093

Browse files
authored
update test script (#31104)
1 parent 22a4c5f commit 5180093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/real_user_monitoring/mobile_and_tv_monitoring/react_native/advanced_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Datadog provides mocks for the `'@datadog/mobile-react-native'` package. To use
2929

3030
```javascript
3131
jest.mock('@datadog/mobile-react-native', () => {
32-
return require('@datadog/mobile-react-native/jest/mock');
32+
return require('@datadog/mobile-react-native/jest')
3333
});
3434
```
3535

0 commit comments

Comments
 (0)