소스 검색

add comment

yohei0125 4 년 전
부모
커밋
08a2bda999
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/app/test/integration/service/v5.migration.test.js

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

@@ -266,6 +266,7 @@ describe('V5 page migration', () => {
       expect(page11).toBeNull();
       await normalizeParentRecursivelyByPages([page8, page9, page10], testUser1);
 
+      // AM => After Migration
       const page7 = await Page.findOne({ path: '/normalize_7' });
       const page8AM = await Page.findOne({ path: '/normalize_7/normalize_8_gA' });
       const page9AM = await Page.findOne({ path: '/normalize_7/normalize_8_gA/normalize_9_gB' });