Add comment to investigate removal of .promise() #2041
Annotations
2 errors and 1 warning
test:
src/transforms/v2-to-v3/transformer.spec.ts#L53
AssertionError: expected 'const env = {...process.env, ...(this…' to deeply equal 'const env = {...process.env, ...this.…'
- Expected
+ Received
- const env = {...process.env, ...this.config.env || {}}
+ const env = {...process.env, ...(this.config.env || {})}
❯ src/transforms/v2-to-v3/transformer.spec.ts:53:31
|
test
Process completed with exit code 1.
|
lint:
src/transforms/v2-to-v3/apis/index.ts#L8
"export * from './addPromiseRemovalComments'" should occur before "export * from './getV3ClientWaiterApiName'"
|
Loading