From 7458a39c9d24538a87bed1ab4adad160b64aedf2 Mon Sep 17 00:00:00 2001 From: sabertazimi Date: Fri, 20 Aug 2021 22:50:12 +0800 Subject: [PATCH] build(CRA-e2e): remvoe all `console` functions --- scripts/e2e.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e.ts b/scripts/e2e.ts index 38bcdd6c2..b7523e6e3 100644 --- a/scripts/e2e.ts +++ b/scripts/e2e.ts @@ -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() {