Ben Hsieh před 8 roky
rodič
revize
a0c5838a9d
1 změnil soubory, kde provedl 5 přidání a 4 odebrání
  1. 5
    4
      test/test-0.10.0.js

+ 5
- 4
test/test-0.10.0.js Zobrazit soubor

@@ -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
 })