Răsfoiți Sursa

add test block

yohei0125 4 ani în urmă
părinte
comite
8edc0e9edd

+ 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()', () => {