Skip to content

Commit 883411c

Browse files
committed
remvoe env
1 parent a24cba1 commit 883411c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/reporter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class MochaReporter extends reporters.Base {
1010
constructor(runner: Runner, options: MochaOptions) {
1111
super(runner, options);
1212
const suiteName = process.env.E2E_TASK_NAME ?? path.basename(process.cwd());
13-
console.info(`MOCHAREPORTER:${suiteName} ${JSON.stringify(process.env)}`);
13+
console.info(`MOCHAREPORTER:${suiteName}`);
1414

1515
new Spec(runner);
1616

0 commit comments

Comments
 (0)