import { createResponseSchema } from './create-response-schema'; test('createResponseSchema', () => { expect(createResponseSchema('schemaName')).toMatchInlineSnapshot(` Object { "content": Object { "application/json": Object { "schema": Object { "$ref": "#/components/schemas/schemaName", }, }, }, "description": "schemaName", } `); });