Explorar o código

add test skeleton

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
9738e471d2
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      packages/app/test/integration/service/pagev5.test.ts

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

@@ -305,6 +305,18 @@ describe('PageService page operations with only public pages', () => {
       expect(renamedPage.grant).toBe(2);
     });
   });
+
+  describe('Duplicate', () => {
+    test('Should duplicate single page', async() => {
+      // a
+    });
+    test('Should duplicate multiple pages', async() => {
+      // a
+    });
+    test('Should keep grant', async() => {
+      // a
+    });
+  });
 });
 
 describe('PageService page operations with non-public pages', () => {