Skip to content

Commit 3bff639

Browse files
authored
Update mock files url in Jest integration docs
1 parent 133475f commit 3bff639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/docs/advanced/Jest-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ export default AsyncStorageMock;
7474
```
7575

7676
You can
77-
[check its implementation](https://github.com/react-native-async-storage/async-storage/blob/main/jest/async-storage-mock.js)
77+
[check its implementation](https://github.com/react-native-async-storage/async-storage/blob/main/packages/default-storage/jest/async-storage-mock.js)
7878
to get more insight into methods signatures.

0 commit comments

Comments
 (0)