瀏覽代碼

ios all green

Daniel Zlotin 8 年之前
父節點
當前提交
d55736c101
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js 查看文件

52
   });
52
   });
53
 });
53
 });
54
 
54
 
55
-xdescribe('reload app', () => {
55
+describe('reload app', () => {
56
   before((done) => {
56
   before((done) => {
57
     simulator.reloadReactNativeApp(done);
57
     simulator.reloadReactNativeApp(done);
58
   });
58
   });