Selaa lähdekoodia

Change test case

Ben Hsieh 8 vuotta sitten
vanhempi
commit
a0c5838a9d
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5
    4
      test/test-0.10.0.js

+ 5
- 4
test/test-0.10.0.js Näytä tiedosto

69
       if(Date.now() - begin < 100)
69
       if(Date.now() - begin < 100)
70
       return
70
       return
71
       begin = Date.now()
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
 })