Skip to content

Commit

Permalink
Fix E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Dec 10, 2024
1 parent 3890fad commit 8742eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parseExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function isWeb() {
}

function isJest() {
return !!process.env.JEST_WORKER_ID;
return !!global.process.env.JEST_WORKER_ID;
}

// eslint-disable-next-line no-underscore-dangle
Expand Down

0 comments on commit 8742eef

Please sign in to comment.