Przeglądaj źródła

add test skeleton

yohei0125 4 lat temu
rodzic
commit
9738e471d2

+ 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', () => {