Jelajahi Sumber

add comment

yohei0125 4 tahun lalu
induk
melakukan
08a2bda999
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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();
       expect(page11).toBeNull();
       await normalizeParentRecursivelyByPages([page8, page9, page10], testUser1);
       await normalizeParentRecursivelyByPages([page8, page9, page10], testUser1);
 
 
+      // AM => After Migration
       const page7 = await Page.findOne({ path: '/normalize_7' });
       const page7 = await Page.findOne({ path: '/normalize_7' });
       const page8AM = await Page.findOne({ path: '/normalize_7/normalize_8_gA' });
       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' });
       const page9AM = await Page.findOne({ path: '/normalize_7/normalize_8_gA/normalize_9_gB' });