Skip to content

Commit

Permalink
test: add regression test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcam committed Nov 8, 2024
1 parent 1c0b561 commit 102f962
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/configs/default.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ export default defineConfig({
},
output: '../generated/default/petstore-filter/endpoints.ts',
},
'petstore-filter-exlude-mode': {
input: {
target: '../specifications/petstore.yaml',
filters: {
mode: 'exclude',
tags: ['health'],
schemas: ['Error', /Cat/],
},
},
output: '../generated/default/petstore-filter-exclude-mode/endpoints.ts',
},
'petstore-transfomer': {
output: {
target: '../generated/default/petstore-transformer/endpoints.ts',
Expand Down

0 comments on commit 102f962

Please sign in to comment.