yohei0125 4 лет назад
Родитель
Сommit
9738e471d2
1 измененных файлов с 12 добавлено и 0 удалено
  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', () => {