Skip to content

Commit ef2e1ba

Browse files
igorcostaAutohand Evolve
andcommitted
debug: log findNodePath result to understand CI failure
Co-authored-by: Autohand Evolve <code-noreply@autohand.ai>
1 parent d92e843 commit ef2e1ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/browser/chrome.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ describe('browser/chrome', () => {
159159
// This test requires Node.js to run the native host script.
160160
// On CI, only Bun is installed, so we need to find Node.js or skip.
161161
const nodePath = await findNodePath();
162+
console.log('findNodePath returned:', nodePath);
162163
if (!nodePath) {
163164
console.log('Skipping test: Node.js not available (required for native host script)');
164165
return;

0 commit comments

Comments
 (0)