zahmis hace 5 años
padre
commit
f7c392f751
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/test/service/page.test.js

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

@@ -322,7 +322,6 @@ describe('PageService', () => {
       const resultPageRecursivly = await crowi.pageService.duplicate(parentForDuplicate, '/newParentDuplicateRecursively', testUser2, true);
       const duplicatedRecursivelyToPageRevision = await Revision.findOne({ path: '/newParentDuplicateRecursively' });
 
-
       expect(xssSpy).toHaveBeenCalled();
       expect(duplicateDescendantsWithStreamSpy).toHaveBeenCalled();
       expect(serializePageSecurely).toHaveBeenCalled();