We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dffd46 commit 4b17f42Copy full SHA for 4b17f42
e2e/validate-schema.e2e-spec.ts
@@ -76,7 +76,7 @@ describe('Validate OpenAPI schema', () => {
76
CreateCatDto: {
77
enumWithDescription: {
78
enum: await import(
79
- './src/cats/dto/pagination-query.dto.js'
+ './src/cats/dto/pagination-query.dto'
80
).then((f) => f.LettersEnum)
81
},
82
name: {
0 commit comments