Explorar el Código

remove code method

yohei0125 hace 4 años
padre
commit
976f5d6685
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  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() => {
   beforeAll(async() => {
     crowi = await getInstance();
     crowi = await getInstance();
     await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });
     await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });