yohei0125 4 лет назад
Родитель
Сommit
97799a0269
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      packages/app/test/integration/models/v5.page.test.js

+ 0 - 8
packages/app/test/integration/models/v5.page.test.js

@@ -18,14 +18,6 @@ describe('Page', () => {
   let rootPage;
   let dummyUser1;
 
-  // pass unless the data is one of [false, 0, '', null, undefined, NaN]
-  const expectAllToBeTruthy = (dataList) => {
-    dataList.forEach((data, i) => {
-      if (data == null) { console.log(`index: ${i}`) }
-      expect(data).toBeTruthy();
-    });
-  };
-
   beforeAll(async() => {
     crowi = await getInstance();
     await crowi.configManager.updateConfigsInTheSameNamespace('crowi', { 'app:isV5Compatible': true });