Skip to content

Commit 5c18dd6

Browse files
lmiller1990afontcu
andauthored
Update src/guide/async-suspense.md
Co-authored-by: Adrià Fontcuberta <[email protected]>
1 parent 4e7ead0 commit 5c18dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guide/async-suspense.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Let's see an example:
8686

8787
```js
8888
import flushPromises from 'flush-promises'
89+
import axios from 'axios'
8990

9091
jest.mock('axios', () => ({
9192
get: () => new Promise(resolve => {

0 commit comments

Comments
 (0)