chore: optimize tests (#2280)

This commit is contained in:
David Nguyen
2025-12-06 12:59:53 +11:00
committed by GitHub
parent 9238f759a6
commit f80aa4bf72
18 changed files with 357 additions and 176 deletions
+3
View File
@@ -587,6 +587,9 @@ export const seedPendingDocumentWithFullFields = async ({
where: {
envelopeId: document.id,
},
orderBy: {
signingOrder: 'asc',
},
include: {
fields: true,
},