Browse Source

enabled tests

Daniel Zlotin 7 years ago
parent
commit
563a975093
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js View File

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