Files
domain-driven-hexagon/tests/test-utils/snapshot-base-props.ts
2022-10-10 17:24:43 +02:00

6 lines
130 B
TypeScript

export const snapshotBaseProps = {
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),
};