Browse Source

add test canditate

yohei0125 4 years ago
parent
commit
388bff716f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/app/test/integration/service/pagev5.test.ts

+ 3 - 0
packages/app/test/integration/service/pagev5.test.ts

@@ -599,6 +599,9 @@ describe('PageService page operations with only public pages', () => {
 
 
       expect(isThrown).toBe(true);
       expect(isThrown).toBe(true);
     });
     });
+    test('Should completely delete single page', async() => {});
+    test('Should completely delete multiple pages', async() => {});
+    test('Should completely delete trashed page', async() => {});
   });
   });
 
 
   afterAll(async() => {
   afterAll(async() => {