chore: fixed code generation test cases

This commit is contained in:
Vidya Sagar
2024-01-07 19:32:09 +05:30
parent 5153841a97
commit b532044981
6 changed files with 28 additions and 36 deletions

View File

@ -14,7 +14,6 @@ class FetchCodeGen {
import fetch from 'node-fetch';
{% if isFormDataRequest %}const fs = require('fs');{% endif %}
""";
String kTemplateStart = """let url = '{{url}}';