UNPKG

@ama-team/voxengine-stubs

Version:

VoxImplant application environment stubs for testing

36 lines (30 loc) 465 B
/** * @interface IStubManager */ /** * Applies new settings * * @function IStubManager#setup * * @param {TStubConfiguration} configuration */ /** * Installs symbols in provided context * * @function IStubManager#install */ /** * Uninstalls symbols from global context * * @function IStubManager#uninstall */ /** * Resets symbols state * * @function IStubManager#reset */ /** * Persists symbols state * * @function IStubManager#flush */