Skip to content

Commit ca118fe

Browse files
committed
Fix failing test
1 parent ade7fe1 commit ca118fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-async/src/Async.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ describe("Async", () => {
3838
<Async.Initial>
3939
{value => {
4040
one = value
41+
return null
4142
}}
4243
</Async.Initial>
4344
</Async>
@@ -47,6 +48,7 @@ describe("Async", () => {
4748
<Async.Initial>
4849
{value => {
4950
two = value
51+
return null
5052
}}
5153
</Async.Initial>
5254
</Async>

0 commit comments

Comments
 (0)