Kaynağa Gözat

Change test case

Ben Hsieh 8 yıl önce
ebeveyn
işleme
a0c5838a9d
1 değiştirilmiş dosya ile 5 ekleme ve 4 silme
  1. 5
    4
      test/test-0.10.0.js

+ 5
- 4
test/test-0.10.0.js Dosyayı Görüntüle

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