cli icon indicating copy to clipboard operation
cli copied to clipboard

refactor: UPE test payload

Open ofekatr opened this issue 2 years ago • 1 comments

What does this PR do?

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

What are the relevant tickets?

Screenshots

Additional questions

ofekatr avatar Jun 26 '22 08:06 ofekatr

Warnings
:warning:

Since the CLI is unifying on a standard and improved tooling, we're starting to migrate old-style imports and exports to ES6 ones. A file you've modified is using either module.exports or require(). If you can, please update them to ES6 import syntax and export syntax. Files found:

  • src/lib/iac/test/v2/setup/index.ts
:warning:

You've modified files in src/ directory, but haven't updated anything in test folder. Is there something that could be tested?

Generated by :no_entry_sign: dangerJS against cca4d34171b815b3ec81a6cd31e26b30c0be52fe

github-actions[bot] avatar Jun 26 '22 08:06 github-actions[bot]