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 67505d5 commit 98b10b4Copy full SHA for 98b10b4
cmd/new/main.go
@@ -173,9 +173,11 @@ var (
173
* @frontendId {{ .FrontendId }}
174
*/
175
176
-{{ .Code }}
+export {{ .Code }}
177
+`
178
+ testCodeStrTs = `
179
+it('solve_{{ .Index }} should pass', () => {})
180
`
- testCodeStrTs = ""
181
)
182
183
var (
@@ -191,5 +193,7 @@ var (
191
193
192
194
{{ .Code }}
195
- testCodeStrJs = ""
196
+ testCodeStrJs = `
197
198
199
0 commit comments