Ver Fonte

add comment

yohei0125 há 4 anos atrás
pai
commit
f045604fde
1 ficheiros alterados com 1 adições e 0 exclusões
  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',