infernojs / inferno

:fire: An extremely fast, React-like JavaScript library for building modern user interfaces

Home Page:https://infernojs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PR1581 breaks demos and probably a lot of other things

jhsware opened this issue · comments

const testingEnv = process.env.JEST_WORKER_ID !== undefined;

const testingEnv = process.env.JEST_WORKER_ID !== undefined;

process isn't available in the browser. Also the solution is very implementation specific, should probably be solved in a more general way.

I suggest reverting this change and reopening the PR.

I will check this out later, its not publicly available yet

fixed in master