Skip to content

Mocking properties

Compare
Choose a tag to compare
@NagRock NagRock released this 04 Oct 13:02
· 152 commits to master since this release

Thanks to @Markus-Ende we can now mock propertie that aren't getters.

Please note, that stubbing properties that don't have getters only works if Proxy object is available (ES6).