Skip to content

Commit 4b17f42

Browse files
committed
fix: e2e compilation
1 parent 0dffd46 commit 4b17f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/validate-schema.e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ describe('Validate OpenAPI schema', () => {
7676
CreateCatDto: {
7777
enumWithDescription: {
7878
enum: await import(
79-
'./src/cats/dto/pagination-query.dto.js'
79+
'./src/cats/dto/pagination-query.dto'
8080
).then((f) => f.LettersEnum)
8181
},
8282
name: {

0 commit comments

Comments
 (0)