Browse Source

change comment

zahmis 5 năm trước cách đây
mục cha
commit
ce5c901c7a
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/test/service/page.test.js

+ 1 - 2
src/test/service/page.test.js

@@ -285,8 +285,7 @@ describe('PageService', () => {
       done();
     });
 
-    test('duplicate()', async() => {
-      // isRecursively: false
+    test('duplicate page (isRecursively: false)', async() => {
       const originTags = await parentForDuplicate.findRelatedTagsById();
       const resultPage = await crowi.pageService.duplicate(parentForDuplicate, '/newParent', testUser1, false);