Skip to content

Commit eb4731d

Browse files
committed
chore: cleeanup test
1 parent a824a24 commit eb4731d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/generateItemSurround.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ describe('generateItemSurround', () => {
316316
orderBy: ['"date" DESC'],
317317
}
318318
const result = await generateItemSurround(queryBuilder, '/second-article')
319-
// console.log(result, result[0], !!result[1])
320319

321320
expect(result).toHaveLength(2)
322321
expect(result[0]).toMatchObject({ path: '/third-article' })

0 commit comments

Comments
 (0)