File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -4903,6 +4903,18 @@ export type SimpleInteger = number;
4903
4903
"
4904
4904
`;
4905
4905
4906
+ exports[`v3 should generate: ./test/generated/v3/models/SimpleParameter.ts 1`] = `
4907
+ "/* istanbul ignore file */
4908
+ /* tslint:disable */
4909
+ /* eslint-disable */
4910
+
4911
+ /**
4912
+ * This is a reusable parameter
4913
+ */
4914
+ export type SimpleParameter = string;
4915
+ "
4916
+ `;
4917
+
4906
4918
exports[`v3 should generate: ./test/generated/v3/models/SimpleReference.ts 1`] = `
4907
4919
"/* istanbul ignore file */
4908
4920
/* tslint:disable */
@@ -6231,6 +6243,17 @@ export const $SimpleInteger = {
6231
6243
"
6232
6244
`;
6233
6245
6246
+ exports[`v3 should generate: ./test/generated/v3/schemas/$SimpleParameter.ts 1`] = `
6247
+ "/* istanbul ignore file */
6248
+ /* tslint:disable */
6249
+ /* eslint-disable */
6250
+ export const $SimpleParameter = {
6251
+ type: 'string',
6252
+ description: \`This is a reusable parameter\`,
6253
+ } as const;
6254
+ "
6255
+ `;
6256
+
6234
6257
exports[`v3 should generate: ./test/generated/v3/schemas/$SimpleReference.ts 1`] = `
6235
6258
"/* istanbul ignore file */
6236
6259
/* tslint:disable */
You can’t perform that action at this time.
0 commit comments