@conciergus/chat - v0.3.1
    Preparing search index...

    Interface PluginTestOptions

    Plugin test options

    interface PluginTestOptions {
        environment?: "node" | "browser" | "both";
        coverage?: boolean;
        timeout?: number;
    }
    Index

    Properties

    environment?: "node" | "browser" | "both"

    Test environment

    coverage?: boolean

    Test coverage

    timeout?: number

    Test timeout