فهرست منبع

add test block

yohei0125 4 سال پیش
والد
کامیت
8edc0e9edd
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      packages/app/test/integration/service/v5.migration.test.js

+ 4 - 0
packages/app/test/integration/service/v5.migration.test.js

@@ -231,6 +231,10 @@ describe('V5 page migration', () => {
       expect(page9AF.parent).toStrictEqual(page8AF._id);
       expect(page10AF.parent).toStrictEqual(page7._id);
     });
+
+    test('should normalize', async() => {
+
+    });
   });
 
   describe('normalizeAllPublicPages()', () => {