Skip to content

Commit

Permalink
docs: update mock implementation url in Jest integration docs (#1126)
Browse files Browse the repository at this point in the history
Update mock files url in Jest integration docs
  • Loading branch information
a-fortunato authored Jul 19, 2024
1 parent c319205 commit 1aaf440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/advanced/Jest-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ export default AsyncStorageMock;
```

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

0 comments on commit 1aaf440

Please sign in to comment.