소스 검색

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