yohei0125 4 лет назад
Родитель
Сommit
d9f74fb1e9
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      packages/app/test/integration/service/v5.page.test.ts

+ 0 - 2
packages/app/test/integration/service/v5.page.test.ts

@@ -1050,7 +1050,6 @@ describe('PageService page operations with only public pages', () => {
 
       expect(newlyCreatedEmptyPage1.isEmpty).toBeTruthy();
       expect(newlyCreatedEmptyPage2.isEmpty).toBeTruthy();
-
       expect(renamedPage.isEmpty).toBe(false);
       expect(renamedPageChild.isEmpty).toBe(false);
 
@@ -1077,7 +1076,6 @@ describe('PageService page operations with only public pages', () => {
 
       expect(newlyCreatedEmptyPage1.isEmpty).toBeTruthy();
       expect(newlyCreatedEmptyPage2.isEmpty).toBeTruthy();
-
       expect(renamedPage.isEmpty).toBeTruthy();
       expect(renamedPageChild.isEmpty).toBe(false);