Skip to content

Commit 4b04522

Browse files
committed
test(workflows): add tmp changes to run tests
1 parent 8f228c0 commit 4b04522

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

e2e/cli-e2e/tests/collect.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ describe('CLI collect', () => {
88
const exampleAuditTitle =
99
'Require `const` declarations for variables that are never reassigned after declared';
1010

11+
console.log('hello');
1112
const omitVariableData = ({
1213
date,
1314
duration,

packages/utils/src/lib/execute-process.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export function executeProcess(cfg: ProcessConfig): Promise<ProcessResult> {
136136
const { next, error, complete } = observer || {};
137137
const date = new Date().toISOString();
138138
const start = performance.now();
139+
console.log('hello');
139140
return new Promise((resolve, reject) => {
140141
const process = spawn(cfg.command, cfg.args, { cwd });
141142
let stdout = '';

0 commit comments

Comments
 (0)