소스 검색

add comment

yohei0125 4 년 전
부모
커밋
f045604fde
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',