File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/resources/handlebars/typescript-fetch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ describe("{{classname}}", () => {
14
14
{ {#operation} }
15
15
test("{ {operationId} }", () => {
16
16
{{#allParams} }
17
- const { {{paramName} }}: { {^isPrimitiveType} }api.{ {/isPrimitiveType} }{ {{dataType} }} = { {#example} }{ {#isString} }"{ {{example} }}"{ {/isString} }{ {#isUuid } }" { {{example } }}" { {/isUuid } } { {^isUuid } } { {^ isString} }{ {{example} }}{ {/isString} } { {/isUuid } }{ {/example} }{ {^example} }undefined{ {/example} }
17
+ const { {{paramName} }}: { {^isPrimitiveType} }api.{ {/isPrimitiveType} }{ {{dataType} }} = { {#example} }{ {#isString} }"{ {{example} }}"{ {/isString} }{ {^ isString} }{ {{example} }}{ {/isString} }{ {/example} }{ {^example} }undefined{ {/example} }
18
18
{ {/allParams} }
19
19
expect(instance.{ {operationId} }({ {#allParams} }{ {{paramName} }}, { {/allParams} }{ } )).toBe(null)
20
20
})
You can’t perform that action at this time.
0 commit comments