소스 검색

enabled tests

Daniel Zlotin 7 년 전
부모
커밋
563a975093
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/e2e/app.test.js

+ 1
- 1
playground/e2e/app.test.js 파일 보기

@@ -156,7 +156,7 @@ describe('modal', () => {
156 156
   });
157 157
 });
158 158
 
159
-describe.only('reload app', () => {
159
+describe('reload app', () => {
160 160
   beforeEach((done) => {
161 161
     simulator.reloadReactNativeApp(done);
162 162
   });