Skip to content

Commit

Permalink
build(CRA-e2e): remvoe all console functions
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 20, 2021
1 parent d0008d0 commit 7458a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Test {
.toString()
.replace(/\s+-/g, `\n ${chalk.bgBlue.black('[+]')}`) // `[+] package@version` format
.replace(/\n$/, ''); // remove tailing empty line
console.info(packages);
utils.log(packages);
}

cleanUp() {
Expand Down

0 comments on commit 7458a39

Please sign in to comment.