Skip to content

Commit 1aaf440

Browse files
authored
docs: update mock implementation url in Jest integration docs (#1126)
Update mock files url in Jest integration docs
1 parent c319205 commit 1aaf440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/website/docs/advanced/Jest-integration.md

+1-1
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)