Yuki Takei 1 săptămână în urmă
părinte
comite
d8943936a0

+ 1 - 3
packages/remark-lsx/src/server/routes/list-pages/add-depth-condition.spec.ts

@@ -40,9 +40,7 @@ describe('addDepthCondition()', () => {
 
       // then
       expect(caller).toThrowError(
-        new Error(
-          "The specified option 'depth' is { start: -1, end: 10 } : the start must be larger or equal than 1",
-        ),
+        "The specified option 'depth' is { start: -1, end: 10 } : the start must be larger or equal than 1",
       );
       expect(mocks.getDepthOfPathMock).not.toHaveBeenCalled();
     });