feat: mock global vars
This release adds a new feature: support for mocking global values like fetch
, Date
, setTimeout
and others. The wiki will be updated with more details in the next day or so,
- add initial support for the solution to "globalThis" mocks,
- support injecting definitions into the mock import tree,
- demonstrate mock
setTimeout
,fetch
andDate
scenarious at unit-tests - remove node 19 test job, update remaining jobs to use node 20