Ran Greenberg 7 年 前
コミット
3fba336381
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js ファイルの表示

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