Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a0c5838

Browse files
committed
Change test case
1 parent f674c88 commit a0c5838

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test/test-0.10.0.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ describe('json stream via fs', (report, done) => {
6969
if(Date.now() - begin < 100)
7070
return
7171
begin = Date.now()
72-
report(<Info key="report" uid="100">
73-
<Text>{count} records</Text>
74-
</Info>)
75-
done()
72+
console.log(count);
73+
// report(<Info key="report" uid="100">
74+
// <Text>{count} records</Text>
75+
// </Info>)
76+
// done()
7677
})
7778
})
7879
})

0 commit comments

Comments
 (0)