Skip to content

Commit

Permalink
chore(oas): enabled the rest of tests
Browse files Browse the repository at this point in the history
closes #59
  • Loading branch information
derevnjuk committed Feb 14, 2023
1 parent 8290024 commit 5eed550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oas/tests/DefaultConverter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ describe('DefaultConverter', () => {
expected: '/paths/~1store~1order~1{orderId}/put/parameters/1/schema'
}
].forEach(({ input, expected }) =>
it.skip(`should throw an convert error on ${input.replace(
it(`should throw an convert error on ${input.replace(
/^convert-error-on-(.+)\.(.+)\.yaml$/,
'$1 ($2)'
)}`, async () => {
Expand Down

0 comments on commit 5eed550

Please sign in to comment.