Browse Source

Change test case

Ben Hsieh 8 years ago
parent
commit
a0c5838a9d
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      test/test-0.10.0.js

+ 5
- 4
test/test-0.10.0.js View File

@@ -69,10 +69,11 @@ describe('json stream via fs', (report, done) => {
69 69
       if(Date.now() - begin < 100)
70 70
       return
71 71
       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()
76 77
     })
77 78
   })
78 79
 })