瀏覽代碼

enabled tests

Daniel Zlotin 7 年之前
父節點
當前提交
563a975093
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      playground/e2e/app.test.js

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

@@ -156,7 +156,7 @@ describe('modal', () => {
156 156
   });
157 157
 });
158 158
 
159
-describe.only('reload app', () => {
159
+describe('reload app', () => {
160 160
   beforeEach((done) => {
161 161
     simulator.reloadReactNativeApp(done);
162 162
   });