We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e17f commit bce730fCopy full SHA for bce730f
1 file changed
express-zod-api/tests/metadata.spec.ts
@@ -20,6 +20,7 @@ describe("Metadata", () => {
20
expect(result.meta()?.[metaSymbol]?.examples).toEqual(
21
src.meta()?.[metaSymbol]?.examples,
22
);
23
+ expect(result.meta()?.[metaSymbol]?.examples).toEqual(["some"]);
24
expect(result.description).toBe("another"); // preserves it
25
});
26
0 commit comments