ソースを参照

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