Bläddra i källkod

enabled tests

Daniel Zlotin 8 år sedan
förälder
incheckning
563a975093
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js Visa fil

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