fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: update snapshots

Lubos cefd05fe 9a08d67b

+1 -1
packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/fastify.gen.ts packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/default/fastify.gen.ts
packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/index.ts packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/default/index.ts
packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/services.gen.ts packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/default/services.gen.ts
packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/types.gen.ts packages/openapi-ts/test/__snapshots__/3.0.x/plugins/fastify/default/types.gen.ts
packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/fastify.gen.ts packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/default/fastify.gen.ts
packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/index.ts packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/default/index.ts
packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/services.gen.ts packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/default/services.gen.ts
packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/types.gen.ts packages/openapi-ts/test/__snapshots__/3.1.x/plugins/fastify/default/types.gen.ts
+1 -1
packages/openapi-ts/test/plugins.spec.ts
··· 204 204 }, 205 205 { 206 206 config: createConfig({ 207 - output: '.', 207 + output: 'default', 208 208 plugins: ['fastify'], 209 209 }), 210 210 description: 'generate Fastify types with Fastify plugin',