소스 검색

remove code method

yohei0125 4 년 전
부모
커밋
976f5d6685
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      packages/app/test/integration/service/pagev5.test.ts

+ 0 - 7
packages/app/test/integration/service/pagev5.test.ts

@@ -31,13 +31,6 @@ describe('PageService page operations with only public pages', () => {
     });
   };
 
-  // pass unless the data is one of [false, 0, '', null, undefined, NaN]
-  const expectAllToBeTruthy = (dataList) => {
-    dataList.forEach((data) => {
-      expect(data).toBeTruthy();
-    });
-  };
-
   beforeAll(async() => {
     crowi = await getInstance();
     await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });