chore: add more tests

This commit is contained in:
David Nguyen
2024-03-16 18:41:25 +08:00
parent 228ac90036
commit fa9099bc86
4 changed files with 639 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ import { hashSync } from '@documenso/lib/server-only/auth/hash';
import { prisma } from '..';
export const seedTestEmail = () => `user-${Date.now()}@test.documenso.com`;
type SeedUserOptions = {
name?: string;
email?: string;