🐛 Bug fixes
- make proxy stub more robust (#46)
This includes following cases:
- "ownKeys" versatility (
TypeError: 'ownKeys' on proxy: trap result did not include 'prototype') - "getOwnPropertyDescriptor" versatility (
TypeError: 'getOwnPropertyDescriptor' on proxy) - "window" stub (
ReferenceError: window is not defined) - not existing modules stub (
Error: Cannot find module '...')