You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/typescript/fetch/TypeScriptFetchClientCodegenTest.java
+48Lines changed: 48 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,22 @@ public void testApiFileNameInVariousFormat() {
266
266
codegen.toApiFilename("FirstSimpleController"));
267
267
}
268
268
269
+
@Test(description = "Verify names of files generated in kebab-case and imports with additional model prefix")
0 commit comments