Ran Greenberg 7 anni fa
parent
commit
3fba336381
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      playground/e2e/app.test.js

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

@@ -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', () => {