Skip to content

Commit

Permalink
test: remove axios client bundle test before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos committed Jul 21, 2024
1 parent c0ee1e3 commit b0e8a98
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/openapi-ts/test/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,17 @@ describe('OpenAPI v3', () => {
description: 'generate Axios client',
name: 'v3_hey-api_client-axios',
},
{
config: createConfig({
client: {
bundle: true,
name: '@hey-api/client-axios',
},
}),
description: 'generate bundled Axios client',
name: 'v3_hey-api_client-axios_bundle',
},
// TODO: enable after publishing Axios client
// {
// config: createConfig({
// client: {
// bundle: true,
// name: '@hey-api/client-axios',
// },
// }),
// description: 'generate bundled Axios client',
// name: 'v3_hey-api_client-axios_bundle',
// },
{
config: createConfig({
client: 'xhr',
Expand Down

0 comments on commit b0e8a98

Please sign in to comment.