Explorar o código

add test block

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
8edc0e9edd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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()', () => {