Skip to content

Commit b03af1a

Browse files
authored
docs: fix link to Mock Implementation (#394)
At the moment in Jest Integration if you try to access the link to AsyncStorageMock implementation you will get a 404 since the link currently is : `https://github.com/react-native-community/async-storage/blob/master/website/docs/jest/async-storage-mock.js`. The new right link should be : https://github.com/react-native-community/async-storage/blob/master/jest/async-storage-mock.js. This link change should fix the issue.
1 parent aabd9e1 commit b03af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/advanced/Jest-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ AsyncStorageMock.multiGet = jest.fn(([keys], callback) => {
6666
export default AsyncStorageMock;
6767
```
6868

69-
You can [check its implementation](../jest/async-storage-mock.js) to get more insight into methods signatures.
69+
You can [check its implementation](https://github.com/react-native-community/async-storage/blob/master/jest/async-storage-mock.js) to get more insight into methods signatures.

0 commit comments

Comments
 (0)