Skip to content

Commit

Permalink
fix: run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaim Lev-Ari committed Dec 18, 2023
1 parent 9c52933 commit 554a27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swagger-ts/src/TypeGenerator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ describe('TypeGenerator with discriminators', async () => {
})


describe.only('TypeGenerator enums', async () => {
describe('TypeGenerator enums', async () => {
const schemaPath = path.resolve(__dirname, '../mocks/enums.yaml')
const oas = await new OasManager().parse(schemaPath)
const generator = new TypeGenerator({
Expand Down

0 comments on commit 554a27e

Please sign in to comment.