Browse Source

ios all green

Daniel Zlotin 8 years ago
parent
commit
d55736c101
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

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