yohei0125 3 лет назад
Родитель
Сommit
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',