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 95db3cb commit 8a1ecdfCopy full SHA for 8a1ecdf
src/core/createMediaType.test.ts
@@ -33,7 +33,7 @@ describe("createMediaType", () => {
33
});
34
35
36
- it("should create a MediaTypeObject with schema and example when example is provided", () => {
+ it("should create a MediaTypeObject with schema and examples when examples are provided", () => {
37
expect(createMediaType(mockSchema, undefined, mockExamples)).toStrictEqual({
38
schema: mockSchema,
39
examples: {
0 commit comments