nur557
nur557
I think this would be really nice to have in order to know what's new out there.
I'm referring to this part of the code: ``` files.forEach((file) => { const task = ((file) => { return () => { fs.readFile(file, (err, text) => { if (err) throw...
``` ? Email address: [email protected] ? Password: ********** /Users/user/.npm/_npx/f2d38d864951ebdc/node_modules/node-fetch/lib/index.js:273 return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json')); ^ FetchError: invalid json response body at https://fed-hasher.herokuapp.com/timestamp=1684656420 reason: Unexpected...
**Describe the bug** When hiptest-publisher is used to generate Cucumber/TypeScript test stubs, single quotes aren't properly handled which results in syntax errors in the newly generated step_definitions file. **To Reproduce**...