Explorar o código

add empty line

yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
275b0a9e7f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/app/test/integration/service/v5.page.test.ts

+ 2 - 0
packages/app/test/integration/service/v5.page.test.ts

@@ -280,6 +280,7 @@ describe('Test page service methods', () => {
       mockedRenameSubOperation.mockRestore();
       await crowi.pageService.renameSubOperation(...argsForRenameSubOperation);
     };
+
     test('it should successfully restart rename operation', async() => {
       // path
       const _path0 = '/POP0';
@@ -327,6 +328,7 @@ describe('Test page service methods', () => {
       expect(page2.descendantCount).toBe(1);
       expect(page3.descendantCount).toBe(0);
     });
+
     test('it should fail and throw error if PageOperation is not found', async() => {
       await expect(resumeRenameSubOperation({}))
         .rejects.toThrow(new Error('There is nothing to be processed right now'));