MockIPCOptions

external interface MockIPCOptions(source)

Options for mockIPC.

Options

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.

Since

2.7.0

Properties

Link copied to clipboard
abstract var shouldMockEvents: Boolean?