Skip to content

Commit

Permalink
test(workflows): add tmp changes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlacenka committed Oct 27, 2023
1 parent 44c96a8 commit 835c2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cli-e2e/tests/collect.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ describe('CLI collect', () => {
const exampleAuditTitle =
'Require `const` declarations for variables that are never reassigned after declared';

console.log('hello');
const omitVariableData = ({
date,
duration,
Expand Down
1 change: 1 addition & 0 deletions packages/utils/src/lib/execute-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export function executeProcess(cfg: ProcessConfig): Promise<ProcessResult> {
const { next, error, complete } = observer || {};
const date = new Date().toISOString();
const start = performance.now();
console.log('hello');
return new Promise((resolve, reject) => {
const process = spawn(cfg.command, cfg.args, { cwd, shell: true });
let stdout = '';
Expand Down

0 comments on commit 835c2b3

Please sign in to comment.