Jelajahi Sumber

add comment

yohei0125 4 tahun lalu
induk
melakukan
f045604fde
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      packages/app/test/integration/service/v5.page.test.ts

+ 1 - 0
packages/app/test/integration/service/v5.page.test.ts

@@ -343,6 +343,7 @@ describe('Test page service methods', () => {
     });
 
     test('it should fail and throw error if PageOperation is not found', async() => {
+      // create dummy page operation data not stored in DB
       const notExistPageOp = {
         _id: new mongoose.Types.ObjectId(),
         actionType: 'Rename',