Skip to content

Commit

Permalink
docs: fix invalid syntax in Jest integration instructions (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed May 29, 2023
1 parent 18a4a5b commit d68a48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/advanced/Jest-integration.md
Expand Up @@ -21,7 +21,7 @@ You can use one of two ways to provide mocked version of `AsyncStorage`:
3. Inside that file, export `Async Storage` mock.

```javascript
export default from '@react-native-async-storage/async-storage/jest/async-storage-mock';
export * from '@react-native-async-storage/async-storage/jest/async-storage-mock';
```

### With Jest setup file
Expand Down

0 comments on commit d68a48d

Please sign in to comment.