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

+ 1 - 0
packages/app/test/integration/service/pagev5.test.ts → packages/app/test/integration/service/v5-page.test.ts

@@ -354,6 +354,7 @@ describe('PageService page operations with only public pages', () => {
     test('Should rename/move empty page', async() => {
       const parentPage = await Page.findOne({ path: '/v5_ParentForRename7' });
       const childPage = await Page.findOne({ path: '/v5_ChildForRename7' });
+
       expectAllToBeTruthy([parentPage, childPage]);
       expect(childPage.isEmpty).toBe(true);