瀏覽代碼

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' });