Options for mockIPC.
mockIPC
shouldMockEvents: If true, the listen and emit functions will be mocked, allowing you to test event handling without a real backend. This will consume any events emitted with the plugin:event prefix.
shouldMockEvents
listen
emit
plugin:event
2.7.0
Optional
Options for
mockIPC
.Options
shouldMockEvents
: If true, thelisten
andemit
functions will be mocked, allowing you to test event handling without a real backend. This will consume any events emitted with theplugin:event
prefix.Since
2.7.0