Ran Greenberg hace 7 años
padre
commit
3fba336381
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js Ver fichero

@@ -71,7 +71,7 @@ describe('screen stack', () => {
71 71
     await expect(elementByLabel('Stack Position: 3')).toBeVisible();
72 72
     await elementByLabel('Pop To Stack Position 1').tap();
73 73
     await expect(elementByLabel('Stack Position: 1')).toBeVisible();
74
-  })
74
+  });
75 75
 });
76 76
 
77 77
 describe('modal', () => {