Skip to content

Commit d68a48d

Browse files
authored
docs: fix invalid syntax in Jest integration instructions (#966)
1 parent 18a4a5b commit d68a48d

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
@@ -21,7 +21,7 @@ You can use one of two ways to provide mocked version of `AsyncStorage`:
2121
3. Inside that file, export `Async Storage` mock.
2222

2323
```javascript
24-
export default from '@react-native-async-storage/async-storage/jest/async-storage-mock';
24+
export * from '@react-native-async-storage/async-storage/jest/async-storage-mock';
2525
```
2626

2727
### With Jest setup file

0 commit comments

Comments
 (0)